Skip to content

Commit

Permalink
Updating version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie committed Feb 7, 2019
1 parent 57700ef commit 1b20f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs_rst/conf.py
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0.0'
version = u'1.0.1'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion idaes/ver.py
Expand Up @@ -123,7 +123,7 @@ def __init__(self, *args):


#: Package's version as an object
package_version = Version(1, 0, 0, 'candidate', 1)
package_version = Version(1, 0, 1)

#: Package's version as a simple string
__version__ = str(package_version)

0 comments on commit 1b20f05

Please sign in to comment.