From 92e37d4459efd9cf2548ab2081b7f9e51ca25c7e Mon Sep 17 00:00:00 2001 From: Yoel Date: Wed, 15 Jan 2025 13:07:50 +0700 Subject: [PATCH] 0.50.2 release --- setup.py | 2 +- thermosteam/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5f4e06be..063d831e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ name='thermosteam', packages=['thermosteam'], license='MIT', - version='0.50.1', + version='0.50.2', 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 53faaa04..1c17c101 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.50.1" +__version__ = "0.50.2" from . import thermo del thermo