Skip to content

Commit

Permalink
1.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed May 15, 2021
1 parent 5ba59e1 commit aa8a14b
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 @@ -138,7 +138,7 @@

chemicals_dir = utils.source_path

__version__ = '1.0.7'
__version__ = '1.0.8'

def complete_lazy_loading():
critical._load_critical_data()
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
name = 'chemicals',
packages = ['chemicals'],
license='MIT',
version = '1.0.7',
version = '1.0.8',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids>=1.0.2', 'scipy', 'numpy', 'pandas'],
Expand All @@ -69,7 +69,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.7',
download_url = 'https://github.com/CalebBell/chemicals/tarball/1.0.8',
keywords = ['chemical engineering', 'chemistry', 'mechanical engineering',
'thermodynamics', 'databases', 'cheminformatics', 'engineering','viscosity',
'density', 'heat capacity', 'thermal conductivity', 'surface tension',
Expand Down

0 comments on commit aa8a14b

Please sign in to comment.