0.9.12 ready

This commit is contained in:
Michael James 2018-03-09 09:51:54 -07:00
parent a97539b1a5
commit 20f5b15657
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -10,7 +10,7 @@ dependencies = ['numpy','six']
if sys.version_info < (3, 4):
dependencies.append('enum34')
ver="0.9.11"
ver="0.9.12"
setup(
name='python-awips',
@ -19,7 +19,7 @@ setup(
packages=find_packages(exclude='data'),
license='BSD',
url='http://python-awips.readthedocs.io',
download_url='https://github.com/Unidata/python-awips/archive/v{}.tar.gz'.format(ver),
download_url='https://github.com/Unidata/python-awips/archive/{}.tar.gz'.format(ver),
author='Unidata',
author_email='mjames@ucar.edu',
install_requires=dependencies,