release 0.9.7

This commit is contained in:
Michael James 2016-10-21 21:17:46 -05:00
parent 8ed546217b
commit 35392d999e
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ author = 'Unidata'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.9.6' version = '0.9.7'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation

View file

@ -3,12 +3,12 @@ from setuptools import find_packages
setup( setup(
name='python-awips', name='python-awips',
version='0.9.6', version='0.9.7',
description='A framework for requesting AWIPS meteorological datasets from an EDEX server', description='A framework for requesting AWIPS meteorological datasets from an EDEX server',
packages=find_packages(exclude='data'), packages=find_packages(exclude='data'),
license='Open Source', license='Open Source',
url='http://www.unidata.ucar.edu/software/awips2', 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='Unidata',
author_email='mjames@ucar.edu', author_email='mjames@ucar.edu',
requires=['argparse','shapely','numpy','six'] requires=['argparse','shapely','numpy','six']