Skip to content

Commit

Permalink
2.50.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Jan 9, 2025
1 parent b751f3c commit d5aa29b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.50.0'
__version__ = '2.50.1'

#: Chemical engineering plant cost index (defaults to 567.5 at 2017).
CE: float = 567.5
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
name='biosteam',
packages=['biosteam'],
license='MIT',
version='2.50.0',
version='2.50.1',
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.49.0,<0.50.0',
'thermosteam>=0.50.0,<0.51.0',
'graphviz>=0.17',
'chaospy>=3.3.9',
'pyyaml'],
Expand Down

0 comments on commit d5aa29b

Please sign in to comment.