Skip to content

Commit

Permalink
Incrementing release
Browse files Browse the repository at this point in the history
  • Loading branch information
drylks committed Apr 17, 2020
1 parent b790390 commit 0bab38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

setup(name="kxy",
version="0.0.2",
version="0.0.3",
zip_safe=False,
license="AGPLv3",
author="Dr. Yves-Laurent Kom Samo",
Expand All @@ -23,7 +23,7 @@
"Documentation": "https://docs.kxysolutions.com",
"Source Code": "https://github.com/kxytechnologies/kxy-python/",
},
download_url = "https://github.com/kxytechnologies/kxy-python/archive/v0.0.2.tar.gz",
download_url = "https://github.com/kxytechnologies/kxy-python/archive/v0.0.3.tar.gz",
keywords = ["AutoML", "Pre-Learning", "Post-Learning", "Model-Free ML"],
packages=find_packages(exclude=["tests"]),
install_requires=["numpy>=1.13.1", "pandas>=0.19.2"],
Expand Down

0 comments on commit 0bab38e

Please sign in to comment.