Skip to content

Commit

Permalink
update setup version number
Browse files Browse the repository at this point in the history
I bumped the version number in the setup.py file to match the tagged version number on github
  • Loading branch information
Josh Anibal authored May 21, 2021
1 parent d066855 commit a94cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

__package_name__ = "mphys"
__package_version__ = "0.1.0"
__package_version__ = "0.3.0"


setup(
Expand Down

0 comments on commit a94cf31

Please sign in to comment.