Skip to content

Commit

Permalink
0.9.11 release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mjames-upc committed Feb 11, 2018
1 parent 783e28c commit b85adc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -10,7 +10,7 @@
if sys.version_info < (3, 4):
dependencies.append('enum34')

ver="0.9.10"
ver="0.9.11"

setup(
name='python-awips',
Expand All @@ -19,7 +19,7 @@
packages=find_packages(exclude='data'),
license='BSD',
url='http://python-awips.readthedocs.io',
download_url='https://github.com/Unidata/python-awisp/archive/v{}.tar.gz'.format(ver),
download_url='https://github.com/Unidata/python-awips/archive/v{}.tar.gz'.format(ver),
author='Unidata',
author_email='mjames@ucar.edu',
install_requires=dependencies,
Expand Down

0 comments on commit b85adc9

Please sign in to comment.