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