From e37ccb8a2c212a40385ecb1b7d14d9c3d9e8500c Mon Sep 17 00:00:00 2001 From: Yoel Date: Wed, 18 Sep 2024 19:43:13 -0500 Subject: [PATCH] 2.46.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 71a77eef..c6b22fdf 160000 --- a/Bioindustrial-Park +++ b/Bioindustrial-Park @@ -1 +1 @@ -Subproject commit 71a77eef5166b652e004cb63c046c415739ee193 +Subproject commit c6b22fdf3cbc35d63383c59f27491305e85bec69 diff --git a/biosteam/__init__.py b/biosteam/__init__.py index 15a1cc81..6d206283 100644 --- a/biosteam/__init__.py +++ b/biosteam/__init__.py @@ -13,7 +13,7 @@ """ from __future__ import annotations -__version__ = '2.45.0' +__version__ = '2.46.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 5e136025..d82c85d3 100644 --- a/setup.py +++ b/setup.py @@ -11,18 +11,18 @@ name='biosteam', packages=['biosteam'], license='MIT', - version='2.45.0', + version='2.46.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.43.0,<0.44.0', + 'thermosteam>=0.44.0,<0.45.0', 'graphviz>=0.17', 'chaospy>=3.3.9', 'pyyaml'], extras_require={ 'dev': [ - 'biorefineries>=2.30.0', + 'biorefineries>=2.31.0', 'sympy', 'sphinx', 'sphinx_multitoc_numbering', diff --git a/thermosteam b/thermosteam index 8a8796d5..c73ea35d 160000 --- a/thermosteam +++ b/thermosteam @@ -1 +1 @@ -Subproject commit 8a8796d5a05ace9915f36b9fde034c6647893522 +Subproject commit c73ea35d9ddd316c28860cdada771655c8c52d44