Skip to content

Commit

Permalink
Updated Version for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-camilleri committed Apr 4, 2022
1 parent 49ea181 commit 199b4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 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.6.0"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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_0600.tar.gz",
download_url="https://github.com/michael-camilleri/mpctools/archive/v_0700.tar.gz",
long_description=long_description,
long_description_content_type="text/markdown",
data_files=[("", ["LICENSE"])],
Expand Down

0 comments on commit 199b4f2

Please sign in to comment.