Skip to content

Commit

Permalink
0.41.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Feb 23, 2024
1 parent 3094bb5 commit 8231ba7
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.40.0',
version='0.41.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.40.0"
__version__ = "0.41.0"

from . import thermo
del thermo
Expand Down

0 comments on commit 8231ba7

Please sign in to comment.