Skip to content

Commit

Permalink
Uploading to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-camilleri committed Apr 16, 2021
1 parent c34489b commit 9dabb58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mpctools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""

__author__ = "Michael P. J. Camilleri"
__version__ = "0.4.10"
__version__ = "0.5.0"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"scikit-learn",
"matplotlib",
"lapsolver",
"hotelling",
"seaborn",
"pandas",
"pathos",
Expand All @@ -34,7 +35,7 @@
license="GNU GPL",
keywords=["extensions", "parallel", "utilities"],
url="https://github.com/michael-camilleri/mpctools",
download_url="https://github.com/michael-camilleri/mpctools/archive/v_0410.tar.gz",
download_url="https://github.com/michael-camilleri/mpctools/archive/v_0500.tar.gz",
long_description=long_description,
long_description_content_type="text/markdown",
data_files=[("", ["LICENSE"])],
Expand Down

0 comments on commit 9dabb58

Please sign in to comment.