Skip to content

Commit

Permalink
0.38 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Sep 13, 2023
1 parent badaefc commit 1007c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name='thermosteam',
packages=['thermosteam'],
license='MIT',
version='0.37.0',
version='0.38.0',
description="BioSTEAM's Premier Thermodynamic Engine",
long_description=open('README.rst', encoding='utf-8').read(),
author='Yoel Cortes-Pena',
Expand Down
2 changes: 1 addition & 1 deletion thermosteam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# update_module(chemicals, numba)
# use_numba_chemicals()
# del use_numba_chemicals
__version__ = "0.37.0"
__version__ = "0.38.0"

from . import thermo
del thermo
Expand Down

0 comments on commit 1007c51

Please sign in to comment.