From 3447c386a659bbc8bac642b08d436b46ab022cc8 Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Fri, 13 Oct 2023 14:53:51 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.11=20=E2=86=92=201.2.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- calphy/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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': [