From f73e81fb9a6b0cb0b93740bb7a74f4621b797718 Mon Sep 17 00:00:00 2001 From: Yoel Date: Wed, 20 Nov 2024 22:42:54 -0600 Subject: [PATCH] 2.48.0 release --- biosteam/__init__.py | 2 +- setup.py | 4 ++-- thermosteam | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/biosteam/__init__.py b/biosteam/__init__.py index e5ca5794..8e448e39 100644 --- a/biosteam/__init__.py +++ b/biosteam/__init__.py @@ -13,7 +13,7 @@ """ from __future__ import annotations -__version__ = '2.47.1' +__version__ = '2.48.0' #: Chemical engineering plant cost index (defaults to 567.5 at 2017). CE: float = 567.5 diff --git a/setup.py b/setup.py index 4045a795..4c7c1448 100644 --- a/setup.py +++ b/setup.py @@ -11,12 +11,12 @@ name='biosteam', packages=['biosteam'], license='MIT', - version='2.47.1', + version='2.48.0', description='The Biorefinery Simulation and Techno-Economic Analysis Modules', long_description=open('README.rst', encoding='utf-8').read(), author='Yoel Cortes-Pena', install_requires=['IPython>=7.9.0', - 'thermosteam>=0.46.0,<0.47.0', + 'thermosteam>=0.47.0,<0.48.0', 'graphviz>=0.17', 'chaospy>=3.3.9', 'pyyaml'], diff --git a/thermosteam b/thermosteam index f35b7145..477b3a93 160000 --- a/thermosteam +++ b/thermosteam @@ -1 +1 @@ -Subproject commit f35b7145f1b0bc2c822d0f08390de8dbd59c1f04 +Subproject commit 477b3a93550d72e85df131eb346fb9dac27034dd