Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
drylks committed Aug 7, 2020
1 parent cd7d60c commit ad17051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
__version__ = "0.3.0"
__version__ = "0.3.1"

from kxy.api import *
from kxy.regression import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
with open('README.md') as f:
long_description = f.read()

version = "0.3.0"
version = "0.3.1"
setup(name="kxy",
version=version,
zip_safe=False,
Expand Down

0 comments on commit ad17051

Please sign in to comment.