Skip to content

Commit

Permalink
Prep for eventual 0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed Apr 16, 2017
1 parent 836dc5d commit 334b82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ThermoPyle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def readme():

setup(
name='ThermoPyle',
version='0.6.2',
version='0.6.3',
description='Creation of Thermodynamic Surfaces using CoolProp',
long_description=readme(),
url='https://github.com/nick5435/thermo-bridge',
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# The short X.Y version.
version = "0.6"
# The full version, including alpha/beta/rc tags.
release = "0.6.2"
release = "0.6.3"

sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath(".."))
Expand Down

0 comments on commit 334b82a

Please sign in to comment.