Skip to content

Commit

Permalink
0.9.12 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mjames-upc committed Mar 9, 2018
1 parent a97539b commit 20f5b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# 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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if sys.version_info < (3, 4):
dependencies.append('enum34')

ver="0.9.11"
ver="0.9.12"

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-awips/archive/v{}.tar.gz'.format(ver),
download_url='https://github.com/Unidata/python-awips/archive/{}.tar.gz'.format(ver),
author='Unidata',
author_email='[email protected]',
install_requires=dependencies,
Expand Down

0 comments on commit 20f5b15

Please sign in to comment.