Skip to content

Commit 9f0b8df

Browse files
committed
upgrade v1.8.12
1 parent d787678 commit 9f0b8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyThermoDB/config/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pyThermoDB version
2-
__version__ = "1.8.11"
2+
__version__ = "1.8.12"
33
# author
44
__author__ = "Sina Gilassi"
55
# description

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = "\n" + fh.read()
99

1010
APP_NAME = 'PyThermoDB'
11-
VERSION = '1.8.11'
11+
VERSION = '1.8.12'
1212
AUTHOR = 'Sina Gilassi'
1313
EMAIL = '<[email protected]>'
1414
DESCRIPTION = (

0 commit comments

Comments
 (0)