We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88be314 commit 1e6420aCopy full SHA for 1e6420a
setup.py
@@ -11,7 +11,7 @@
11
name='thermosteam',
12
packages=['thermosteam'],
13
license='MIT',
14
- version='0.52.4',
+ version='0.52.5',
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.4"
+__version__ = "0.52.5"
35
36
from . import thermo
37
del thermo
0 commit comments