From acd22b8adb1bfb40918cf52cdead1179f8b526d3 Mon Sep 17 00:00:00 2001 From: Michael James Date: Thu, 6 Sep 2018 12:12:19 -0600 Subject: [PATCH] version 18.1.1 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8d61aad..7e3ab27 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,7 +65,7 @@ author = 'Unidata' # built documents. # # The short X.Y version. -version = '0.9.12' +version = '18.1.1' # 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 be56f8a..29485b7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ dependencies = ['numpy','six'] if sys.version_info < (3, 4): dependencies.append('enum34') -ver="0.9.12" +ver="18.1.1" setup( name='python-awips',