diff --git a/docs/conf.py b/docs/conf.py index 6eb3d7a..ae7699f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,9 +70,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '2.3.6' +version = '2.3.7' # The full version, including alpha/beta/rc tags. -release = '2.3.6' +release = '2.3.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/gsshapy/util/metadata.py b/gsshapy/util/metadata.py index 8369baa..a9caeb8 100644 --- a/gsshapy/util/metadata.py +++ b/gsshapy/util/metadata.py @@ -7,4 +7,4 @@ ******************************************************************************** """ def version(): - return '2.3.6' + return '2.3.7' diff --git a/setup.py b/setup.py index 048a22c..d1b2a6f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ] setup(name='gsshapy', - version='2.3.6', + version='2.3.7', 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 '