Skip to content

Commit

Permalink
Merge pull request #174 from kejacobson/v1.2.1
Browse files Browse the repository at this point in the history
Bump to version 1.3.0
  • Loading branch information
timryanb authored Mar 23, 2024
2 parents 6807c36 + 02418ba commit e2f6776
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.0"
__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 e2f6776

Please sign in to comment.