From 32d48949e7e0266b5fb4cdf0794471bb09b75c56 Mon Sep 17 00:00:00 2001 From: Yoel Date: Fri, 30 Aug 2024 14:02:19 -0500 Subject: [PATCH] 2.45.0 release --- Bioindustrial-Park | 2 +- biosteam/__init__.py | 2 +- setup.py | 6 +++--- thermosteam | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Bioindustrial-Park b/Bioindustrial-Park index 80524cc7..ba2a8747 160000 --- a/Bioindustrial-Park +++ b/Bioindustrial-Park @@ -1 +1 @@ -Subproject commit 80524cc70a345f130244f43e6052b12e255a8fb0 +Subproject commit ba2a8747c3988615e0758576d876edacec23e72d diff --git a/biosteam/__init__.py b/biosteam/__init__.py index 13d62237..15a1cc81 100644 --- a/biosteam/__init__.py +++ b/biosteam/__init__.py @@ -13,7 +13,7 @@ """ from __future__ import annotations -__version__ = '2.44.3' +__version__ = '2.45.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 6f53e11a..5e136025 100644 --- a/setup.py +++ b/setup.py @@ -11,18 +11,18 @@ name='biosteam', packages=['biosteam'], license='MIT', - version='2.44.3', + version='2.45.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.42.0,<0.43.0', + 'thermosteam>=0.43.0,<0.44.0', 'graphviz>=0.17', 'chaospy>=3.3.9', 'pyyaml'], extras_require={ 'dev': [ - 'biorefineries>=2.29.0', + 'biorefineries>=2.30.0', 'sympy', 'sphinx', 'sphinx_multitoc_numbering', diff --git a/thermosteam b/thermosteam index e86233fa..83412f8c 160000 --- a/thermosteam +++ b/thermosteam @@ -1 +1 @@ -Subproject commit e86233fa484eddde9ca7a7941c16bee2993dcb15 +Subproject commit 83412f8c3089a19261297c989cf78016def94431