We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e31bc commit 5df1febCopy full SHA for 5df1feb
setup.py
@@ -11,7 +11,7 @@
11
name='thermosteam',
12
packages=['thermosteam'],
13
license='MIT',
14
- version='0.53.0',
+ version='0.53.1',
15
description="BioSTEAM's Premier Thermodynamic Engine",
16
long_description=open('README.rst', encoding='utf-8').read(),
17
author='Yoel Cortes-Pena',
thermosteam/__init__.py
@@ -31,7 +31,7 @@
31
# update_module(chemicals, numba)
32
# use_numba_chemicals()
33
# del use_numba_chemicals
34
-__version__ = "0.53.0"
+__version__ = "0.53.1"
35
36
from . import thermo
37
del thermo
0 commit comments