Skip to content

Commit

Permalink
2.38.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cortespea committed Nov 1, 2023
1 parent 3b6e7b6 commit d12d332
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.38.4'
__version__ = '2.38.5'

#: 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.38.4',
version='2.38.5',
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.38.2,<0.39.0',
'thermosteam>=0.38.3,<0.39.0',
'graphviz>=0.17',
'chaospy>=3.3.9',
'pyyaml'],
Expand Down

0 comments on commit d12d332

Please sign in to comment.