Skip to content

Commit

Permalink
0.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jun 2, 2021
1 parent 9f3868a commit 109b0fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
name = 'thermo',
packages = ['thermo'],
license='MIT',
version = '0.2.6',
version = '0.2.7',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids>=1.0.5', 'scipy', 'pandas', 'chemicals>=1.0.7'],
install_requires=['fluids>=1.0.8', 'scipy', 'pandas', 'chemicals>=1.0.10'],
extras_require = {
'Coverage documentation': ['wsgiref>=0.1.2', 'coverage>=4.0.3']
},
long_description=open('README.rst').read(),
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.6',
download_url = 'https://github.com/CalebBell/thermo/tarball/0.2.7',
keywords = ['chemical engineering', 'chemistry', 'mechanical engineering',
'thermodynamics', 'databases', 'cheminformatics', 'engineering','viscosity',
'density', 'heat capacity', 'thermal conductivity', 'surface tension',
Expand Down
2 changes: 1 addition & 1 deletion thermo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,6 @@ def __getattr__(name):
except:
thermo_dir = ''

__version__ = '0.2.6'
__version__ = '0.2.7'


0 comments on commit 109b0fc

Please sign in to comment.