Skip to content

Commit

Permalink
2.48.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Nov 21, 2024
1 parent b8ad913 commit f73e81f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.47.1'
__version__ = '2.48.0'

#: 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.47.1',
version='2.48.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.46.0,<0.47.0',
'thermosteam>=0.47.0,<0.48.0',
'graphviz>=0.17',
'chaospy>=3.3.9',
'pyyaml'],
Expand Down
2 changes: 1 addition & 1 deletion thermosteam

0 comments on commit f73e81f

Please sign in to comment.