diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ccda68..49bd3f9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.11 +current_version = 1.2.12 commit = True tag = True diff --git a/calphy/__init__.py b/calphy/__init__.py index d867e4a..caaf368 100644 --- a/calphy/__init__.py +++ b/calphy/__init__.py @@ -4,7 +4,7 @@ from calphy.alchemy import Alchemy from calphy.routines import MeltingTemp -__version__ = "1.2.11" +__version__ = "1.2.12" def addtest(a,b): return a+b diff --git a/setup.py b/setup.py index 6426cb8..11c46b3 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ packages=find_packages(include=['calphy', 'calphy.*']), test_suite='tests', url='https://github.com/ICAMS/calphy', - version='1.2.11', + version='1.2.12', zip_safe=False, entry_points={ 'console_scripts': [