Skip to content

Commit

Permalink
2.45.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Aug 30, 2024
1 parent 197d679 commit 32d4894
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Bioindustrial-Park
2 changes: 1 addition & 1 deletion biosteam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion thermosteam

0 comments on commit 32d4894

Please sign in to comment.