Skip to content

Commit af02783

Browse files
committed
version 1.8.6
1 parent 7883992 commit af02783

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.5"
2+
__version__ = "1.8.6"
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.5'
11+
VERSION = '1.8.6'
1212
AUTHOR = 'Sina Gilassi'
1313
EMAIL = '<[email protected]>'
1414
DESCRIPTION = (

0 commit comments

Comments
 (0)