From a624be6f7f3e83989c0b9d12cc6537440bebb878 Mon Sep 17 00:00:00 2001 From: Sarath Date: Thu, 1 Aug 2024 09:43:45 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.9=20=E2=86=92=201.3.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- calphy/__init__.py | 2 +- calphy/input.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 855bdb0..a22973e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.9 +current_version = 1.3.10 commit = True tag = True diff --git a/calphy/__init__.py b/calphy/__init__.py index 0ea3a2b..d8bc8ea 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.9" +__version__ = "1.3.10" def addtest(a,b): return a+b diff --git a/calphy/input.py b/calphy/input.py index 6799824..3add0b0 100644 --- a/calphy/input.py +++ b/calphy/input.py @@ -40,7 +40,7 @@ from ase.io import read, write import shutil -__version__ = "1.3.9" +__version__ = "1.3.10" def read_report(folder): """ diff --git a/setup.py b/setup.py index 39f49d9..25c8b93 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.9', + version='1.3.10', zip_safe=False, entry_points={ 'console_scripts': [