From 9c76cc786de74b9e47d11d77aa9e02f04297e0cc Mon Sep 17 00:00:00 2001 From: cortespea Date: Sat, 4 Nov 2023 09:53:45 -0500 Subject: [PATCH] 2.38.6 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 42bd0987..fd92ab96 100644 --- a/biosteam/__init__.py +++ b/biosteam/__init__.py @@ -13,7 +13,7 @@ """ from __future__ import annotations -__version__ = '2.38.5' +__version__ = '2.38.6' #: Chemical engineering plant cost index (defaults to 567.5 at 2017). CE: float = 567.5 diff --git a/setup.py b/setup.py index 4f93fbe1..756c105a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ name='biosteam', packages=['biosteam'], license='MIT', - version='2.38.5', + version='2.38.6', description='The Biorefinery Simulation and Techno-Economic Analysis Modules', long_description=open('README.rst', encoding='utf-8').read(), author='Yoel Cortes-Pena',