Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed Mar 5, 2017
1 parent bb2d3a4 commit 9ea6a18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ThermoPyle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setup(
name='ThermoPyle',
version='0.5.2',
version='0.5.3',
description='Creation of Thermodynamic Surfaces using CoolProp',
long_description=readme(),
url='https://github.com/nick5435/thermo-bridge',
Expand All @@ -25,11 +25,12 @@ def readme():
'recommonmark>=0.4.0', 'pypandoc>=1.3.3', 'typing>=3.5.3.0',
'pyrsistent>=0.12.0', 'arrow>=0.10.0', 'cytoolz>=0.8.2'
],
python_requires='>=3.6.0',
python_requires='>=3.5.0',
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3',
'Natural Language :: English',
'Environment :: Console',
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# The short X.Y version.
version = "0.5"
# The full version, including alpha/beta/rc tags.
release = "0.5.2"
release = "0.5.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9ea6a18

Please sign in to comment.