From 8231ba720564d4242db7c860fae32c34f4ef15b8 Mon Sep 17 00:00:00 2001 From: Yoel Cortes-Pena Date: Fri, 23 Feb 2024 15:47:50 -0600 Subject: [PATCH] 0.41.0 release --- setup.py | 2 +- thermosteam/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 06ad40b4..2450b308 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/thermosteam/__init__.py b/thermosteam/__init__.py index 350bd484..dc42a4b1 100644 --- a/thermosteam/__init__.py +++ b/thermosteam/__init__.py @@ -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