Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Apr 15, 2021
1 parent deddda0 commit 0a3b18f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
name = 'thermo',
packages = ['thermo'],
license='MIT',
version = '0.2.2',
version = '0.2.3',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids>=1.0.2', 'scipy', 'pandas', 'chemicals>=1.0.4'],
Expand All @@ -65,7 +65,7 @@
platforms=["Windows", "Linux", "Mac OS", "Unix"],
author_email = 'Caleb.Andrew.Bell@gmail.com',
url = 'https://github.com/CalebBell/thermo',
download_url = 'https://github.com/CalebBell/thermo/tarball/0.2.2',
download_url = 'https://github.com/CalebBell/thermo/tarball/0.2.3',
keywords = ['chemical engineering', 'chemistry', 'mechanical engineering',
'thermodynamics', 'databases', 'cheminformatics', 'engineering','viscosity',
'density', 'heat capacity', 'thermal conductivity', 'surface tension',
Expand All @@ -76,6 +76,7 @@
'Electrolytes/*', 'Environment/*', 'Heat Capacity/*', 'Identifiers/*',
'Law/*', 'Misc/*', 'Phase Change/*', 'Reactions/*', 'Safety/*',
'Solubility/*', 'Interface/*', 'Triple Properties/*',
'Thermal Conductivity/*','Interaction Parameters/*',
'Thermal Conductivity/*', 'Interaction Parameters/*',
'Interaction Parameters/ChemSep/*',
'Vapor Pressure/*', 'Viscosity/*']}
)
2 changes: 1 addition & 1 deletion thermo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
except:
thermo_dir = ''

__version__ = '0.2.2'
__version__ = '0.2.3'


def complete_lazy_loading():
Expand Down

0 comments on commit 0a3b18f

Please sign in to comment.