Skip to content

Commit

Permalink
Merge pull request #160 from timryanb/ver_bump
Browse files Browse the repository at this point in the history
bump version to 1.2.0
  • Loading branch information
kejacobson authored Aug 17, 2023
2 parents db3b939 + 6c9e3d3 commit 7a2f10f
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.1.0"
__package_version__ = "1.2.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 7a2f10f

Please sign in to comment.