Skip to content

Commit

Permalink
0.1.29 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Mar 21, 2017
1 parent acf8547 commit 5a66b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
name = 'thermo',
packages = ['thermo'],
license='MIT',
version = '0.1.28',
version = '0.1.29',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids', 'scipy', 'pandas', 'coolprop'],
Expand All @@ -64,7 +64,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.1.28',
download_url = 'https://github.com/CalebBell/thermo/tarball/0.1.29',
keywords = ['chemical engineering', 'chemistry', 'mechanical engineering',
'thermodynamics', 'databases', 'cheminformatics'],
classifiers = classifiers,
Expand Down
2 changes: 1 addition & 1 deletion thermo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@
__all__.extend(volume.__all__)


__version__ = '0.1.28'
__version__ = '0.1.29'

0 comments on commit 5a66b6f

Please sign in to comment.