Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb authored Apr 15, 2024
1 parent c295677 commit 041728d
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
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

__package_name__ = "mphys"
__package_version__ = "1.3.0"
__package_version__ = "2.0.0-beta.1"

mphys_root = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(mphys_root, 'README.md'), encoding='utf-8') as f:
Expand Down

0 comments on commit 041728d

Please sign in to comment.