Skip to content

Commit

Permalink
1.0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Sep 25, 2021
1 parent 37a27a1 commit 889592d
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.11'
__version__ = '1.0.12'

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 @@ -58,7 +58,7 @@
name = 'chemicals',
packages = ['chemicals'],
license='MIT',
version = '1.0.11',
version = '1.0.12',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids>=1.0.9', '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.11',
download_url = 'https://github.com/CalebBell/chemicals/tarball/1.0.12',
keywords = ['chemical engineering', 'chemistry', 'mechanical engineering',
'thermodynamics', 'databases', 'cheminformatics', 'engineering','viscosity',
'density', 'heat capacity', 'thermal conductivity', 'surface tension',
Expand Down

0 comments on commit 889592d

Please sign in to comment.