From 200542108fe389cd252e010fc13777ff7b8be5ec Mon Sep 17 00:00:00 2001 From: cortespea Date: Mon, 30 Oct 2023 19:44:48 -0500 Subject: [PATCH] 2.38.4 release --- biosteam/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biosteam/__init__.py b/biosteam/__init__.py index 50789249..48dfbdcc 100644 --- a/biosteam/__init__.py +++ b/biosteam/__init__.py @@ -13,7 +13,7 @@ """ from __future__ import annotations -__version__ = '2.38.3' +__version__ = '2.38.4' #: Chemical engineering plant cost index (defaults to 567.5 at 2017). CE: float = 567.5 diff --git a/setup.py b/setup.py index 02382fe7..eaf58ce0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ name='biosteam', packages=['biosteam'], license='MIT', - version='2.38.3', + version='2.38.4', description='The Biorefinery Simulation and Techno-Economic Analysis Modules', long_description=open('README.rst', encoding='utf-8').read(), author='Yoel Cortes-Pena',