Skip to content

Commit

Permalink
1.0.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Mar 20, 2022
1 parent 0f3d9ab commit 42a2aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chemicals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import os
import fluids
__version__ = '1.0.18'
__version__ = '1.0.19'
from math import isnan

if not fluids.numerics.is_micropython:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
name = 'chemicals',
packages = ['chemicals'],
license='MIT',
version = '1.0.18',
version = '1.0.19',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids>=1.0.12', 'scipy', 'numpy', 'pandas'],
Expand All @@ -70,7 +70,7 @@
platforms=["Windows", "Linux", "Mac OS", "Unix"],
author_email = 'Caleb.Andrew.Bell@gmail.com',
url = 'https://github.com/CalebBell/chemicals',
download_url = 'https://github.com/CalebBell/chemicals/tarball/1.0.18',
download_url = 'https://github.com/CalebBell/chemicals/tarball/1.0.19',
keywords = ['chemical engineering', 'chemistry', 'mechanical engineering',
'thermodynamics', 'databases', 'cheminformatics', 'engineering','viscosity',
'density', 'heat capacity', 'thermal conductivity', 'surface tension',
Expand Down

0 comments on commit 42a2aaa

Please sign in to comment.