Skip to content

Commit 963c4f2

Browse files
committed
correct units of measure
1 parent dbee969 commit 963c4f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name='thermosteam',
1212
packages=['thermosteam'],
1313
license='MIT',
14-
version='0.52.12',
14+
version='0.52.13',
1515
description="BioSTEAM's Premier Thermodynamic Engine",
1616
long_description=open('README.rst', encoding='utf-8').read(),
1717
author='Yoel Cortes-Pena',

thermosteam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# update_module(chemicals, numba)
3232
# use_numba_chemicals()
3333
# del use_numba_chemicals
34-
__version__ = "0.52.12"
34+
__version__ = "0.52.13"
3535

3636
from . import thermo
3737
del thermo

thermosteam/equilibrium/plot_equilibrium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def plot_vle_phase_envelope(
203203
[DP(zs, T=T) for T in xs]
204204
for DP in DPs
205205
]
206-
ylabel = 'Pressure [Pa]'
206+
ylabel = 'Pressure [atm]'
207207
xlabel = 'Temperature [K]'
208208
variable = 'P'
209209
else:

0 commit comments

Comments
 (0)