Skip to content

Commit

Permalink
Release 0.1.34; officially drop support to Python 2.6 due to Pandas d…
Browse files Browse the repository at this point in the history
…ependency probably never working
  • Loading branch information
CalebBell committed Jun 18, 2017
1 parent 0e4006e commit c771f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand All @@ -53,7 +52,7 @@
name = 'thermo',
packages = ['thermo'],
license='MIT',
version = '0.1.33',
version = '0.1.34',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids', 'scipy', 'pandas', 'coolprop'],
Expand All @@ -64,7 +63,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.33',
download_url = 'https://github.com/CalebBell/thermo/tarball/0.1.34',
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 @@ -139,4 +139,4 @@
__all__.extend(volume.__all__)


__version__ = '0.1.33'
__version__ = '0.1.34'

0 comments on commit c771f2b

Please sign in to comment.