Skip to content

Commit 1e2594b

Browse files
committed
2.51.18 release
1 parent 2456ad6 commit 1e2594b

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.51.17'
16+
__version__ = '2.51.18'
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.51.17',
14+
version='2.51.18',
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.51.15',
19+
'thermosteam>=0.51.16',
2020
'graphviz>=0.17',
2121
'numpoly==1.2.13',
2222
'chaospy==4.3.15',

0 commit comments

Comments
 (0)