diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5769eaf..83029e5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.5 +current_version = 1.3.6 commit = True tag = True diff --git a/calphy/__init__.py b/calphy/__init__.py index 0e7e6b9..6d6d98d 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.3.5" +__version__ = "1.3.6" def addtest(a,b): return a+b diff --git a/calphy/input.py b/calphy/input.py index 2a80e08..e18a9ee 100644 --- a/calphy/input.py +++ b/calphy/input.py @@ -40,7 +40,7 @@ from ase.io import read, write import shutil -__version__ = "1.3.5" +__version__ = "1.3.6" def read_report(folder): """ diff --git a/setup.py b/setup.py index 4803cb9..722d86a 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ packages=find_packages(include=['calphy', 'calphy.*']), test_suite='tests', url='https://github.com/ICAMS/calphy', - version='1.3.5', + version='1.3.6', zip_safe=False, entry_points={ 'console_scripts': [