From 5593b904c5b277df2ff35264e1fab8787b8ec303 Mon Sep 17 00:00:00 2001 From: Sarath Date: Thu, 24 Oct 2024 10:43:21 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.10=20=E2=86=92=201.3.11?= 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 a22973e..ef99446 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.10 +current_version = 1.3.11 commit = True tag = True diff --git a/calphy/__init__.py b/calphy/__init__.py index d8bc8ea..3806d22 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.10" +__version__ = "1.3.11" def addtest(a,b): return a+b diff --git a/calphy/input.py b/calphy/input.py index 2d0f6ba..c0d8804 100644 --- a/calphy/input.py +++ b/calphy/input.py @@ -40,7 +40,7 @@ from ase.io import read, write import shutil -__version__ = "1.3.10" +__version__ = "1.3.11" def _check_equal(val): if not (val[0]==val[1]==val[2]): diff --git a/setup.py b/setup.py index 25c8b93..27ff91c 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.10', + version='1.3.11', zip_safe=False, entry_points={ 'console_scripts': [