Skip to content

Commit c25b9bc

Browse files
committed
2.52.21 release
1 parent 094b639 commit c25b9bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

biosteam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
"""
1515
from __future__ import annotations
16-
__version__ = '2.52.20'
16+
__version__ = '2.52.21'
1717

1818
#: Chemical engineering plant cost index (defaults to 567.5 at 2017).
1919
CE: float = 567.5

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
name='biosteam',
1212
packages=['biosteam'],
1313
license='MIT',
14-
version='2.52.20',
14+
version='2.52.21',
1515
description='The Biorefinery Simulation and Techno-Economic Analysis Modules',
1616
long_description=open('README.rst', encoding='utf-8').read(),
1717
author='Yoel Cortes-Pena',
1818
install_requires=['IPython>=7.9.0',
19-
'thermosteam>=0.52.18',
19+
'thermosteam>=0.52.19',
2020
'graphviz>=0.17',
2121
'chaospy>=4.3.21',
2222
'pyyaml'],

0 commit comments

Comments
 (0)