Skip to content

Commit 6a91d18

Browse files
committed
Bump version: 1.1.2 → 1.1.3
1 parent ebb9251 commit 6a91d18

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[bumpversion]
2-
current_version = 1.1.2
2+
current_version = 1.1.3
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
7+
78
[bumpversion:file:calphy/__init__.py]

calphy/__init__.py

Lines changed: 1 addition & 1 deletion
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.1.2"
7+
__version__ = "1.1.3"
88

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
test_suite='tests',
6161
tests_require=test_requirements,
6262
url='https://github.com/ICAMS/calphy',
63-
version='1.1.2',
63+
version='1.1.3',
6464
zip_safe=False,
6565
entry_points={
6666
'console_scripts': [

0 commit comments

Comments
 (0)