From 35392d999e8adf4e789d44f52ef48cfae5a0ff30 Mon Sep 17 00:00:00 2001 From: Michael James Date: Fri, 21 Oct 2016 21:17:46 -0500 Subject: [PATCH] release 0.9.7 --- docs/source/conf.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e3b5a34..ecb05c7 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.6' +version = '0.9.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 9079028..d03dad6 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import find_packages setup( name='python-awips', - version='0.9.6', + version='0.9.7', description='A framework for requesting AWIPS meteorological datasets from an EDEX server', packages=find_packages(exclude='data'), license='Open Source', url='http://www.unidata.ucar.edu/software/awips2', - download_url='https://github.com/Unidata/python-awips/tarball/0.9.6', + download_url='https://github.com/Unidata/python-awips/tarball/0.9.7', author='Unidata', author_email='mjames@ucar.edu', requires=['argparse','shapely','numpy','six']