Skip to content

Commit 69251f5

Browse files
committed
Bump version: 1.3.12 → 1.3.13
1 parent de7a3a0 commit 69251f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.12
2+
current_version = 1.3.13
33
commit = True
44
tag = True
55

calphy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from calphy.alchemy import Alchemy
55
from calphy.routines import MeltingTemp
66

7-
__version__ = "1.3.12"
7+
__version__ = "1.3.13"
88

99
def addtest(a,b):
1010
return a+b

calphy/input.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from ase.io import read, write
4141
import shutil
4242

43-
__version__ = "1.3.12"
43+
__version__ = "1.3.13"
4444

4545
def _check_equal(val):
4646
if not (val[0]==val[1]==val[2]):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
packages=find_packages(include=['calphy', 'calphy.*']),
5454
test_suite='tests',
5555
url='https://github.com/ICAMS/calphy',
56-
version='1.3.12',
56+
version='1.3.13',
5757
zip_safe=False,
5858
entry_points={
5959
'console_scripts': [

0 commit comments

Comments
 (0)