Skip to content

Commit

Permalink
to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan D. Snow committed Jun 2, 2017
1 parent 617e9b2 commit ede4003
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '2.3.2'
version = '2.3.3'
# The full version, including alpha/beta/rc tags.
release = '2.3.2'
release = '2.3.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gsshapy/util/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
********************************************************************************
"""
def version():
return '2.3.2'
return '2.3.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]

setup(name='gsshapy',
version='2.3.2',
version='2.3.3',
description='An SQLAlchemy ORM for GSSHA model files and a toolkit'
' to convert gridded input into GSSHA input.',
long_description='Documentation can be found at '
Expand Down

0 comments on commit ede4003

Please sign in to comment.