Skip to content

Commit 2456ad6

Browse files
committed
2.51.17 release
1 parent 759dcb6 commit 2456ad6

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
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.16'
16+
__version__ = '2.51.17'
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.16',
14+
version='2.51.17',
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.14',
19+
'thermosteam>=0.51.15',
2020
'graphviz>=0.17',
2121
'numpoly==1.2.13',
2222
'chaospy==4.3.15',

system_stages.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)