From b608852b0d546cdf15d1ca9947614c924d121552 Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Fri, 23 Feb 2024 18:02:37 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.1=20=E2=86=92=201.3.2?= 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 aad0487..7705a91 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 commit = True tag = True diff --git a/calphy/__init__.py b/calphy/__init__.py index a6e6715..ae4efc2 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.1" +__version__ = "1.3.2" def addtest(a,b): return a+b diff --git a/calphy/input.py b/calphy/input.py index 0fe5321..63544e2 100644 --- a/calphy/input.py +++ b/calphy/input.py @@ -40,7 +40,7 @@ from ase.io import read, write import shutil -__version__ = "1.3.1" +__version__ = "1.3.2" def read_report(folder): """ diff --git a/setup.py b/setup.py index fd0858a..8337bd1 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.1', + version='1.3.2', zip_safe=False, entry_points={ 'console_scripts': [