diff --git a/docs/source/conf.py b/docs/source/conf.py index 644bb1c..62ad35c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ author = 'Unidata' # built documents. # # The short X.Y version. -version = '18.1.6' +version = '18.1.7' # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/setup.py b/setup.py index 3621cfd..7b64328 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ dependencies = ['numpy', 'six'] if sys.version_info < (3, 4): dependencies.append('enum34') -ver = "18.1.6" +ver = "18.1.7" setup( name='python-awips',