We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0d036 commit b433b3cCopy full SHA for b433b3c
setup.py
@@ -11,7 +11,7 @@
11
name='thermosteam',
12
packages=['thermosteam'],
13
license='MIT',
14
- version='0.52.15',
+ version='0.52.16',
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.52.15"
+__version__ = "0.52.16"
35
36
from . import thermo
37
del thermo
0 commit comments