From 889592dab28c88b9d0cd5e7b7c8c6fa22e635f77 Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Sat, 25 Sep 2021 14:32:16 -0600 Subject: [PATCH] 1.0.12 release --- chemicals/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chemicals/__init__.py b/chemicals/__init__.py index dd21366..b8b638d 100644 --- a/chemicals/__init__.py +++ b/chemicals/__init__.py @@ -24,7 +24,7 @@ import os import fluids -__version__ = '1.0.11' +__version__ = '1.0.12' if not fluids.numerics.is_micropython: diff --git a/setup.py b/setup.py index 0642c38..4a2082b 100644 --- a/setup.py +++ b/setup.py @@ -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'], @@ -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',