Skip to content

Commit

Permalink
Bump to v1.3.0 to match Tim's draft release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kejacobson committed Mar 23, 2024
1 parent 978e233 commit 02418ba
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.2.1"
__package_version__ = "1.3.0"

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 02418ba

Please sign in to comment.