Skip to content

Commit

Permalink
Bump to version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kejacobson committed Mar 23, 2024
1 parent 6807c36 commit 978e233
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.2.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 978e233

Please sign in to comment.