From ba16774870ebf3efba3f7669fc581ff85eb7efda Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Tue, 20 Feb 2024 21:11:55 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=201.3.1?= 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 6b8097f..148b347 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/calphy/__init__.py b/calphy/__init__.py index 4fabcad..a6e6715 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.0" +__version__ = "1.3.1" def addtest(a,b): return a+b diff --git a/setup.py b/setup.py index 20d6d0e..fd0858a 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.0', + version='1.3.1', zip_safe=False, entry_points={ 'console_scripts': [