Skip to content

Commit

Permalink
0.9.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjames-upc committed Apr 7, 2017
1 parent 5be6a37 commit 50f9d8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ installations.
Package Version RPM Name
====================== ============== ==============================
Python 2.7.11 awips2-python
**awips** **0.9.9** **awips2-python-awips**
**awips** **0.9.10** **awips2-python-awips**
cartopy 0.15.1 awips2-python-cartopy
cherrypy 3.8.2 awips2-python-cherrypy
cycler 0.10.0 awips2-python-cycler
Expand Down
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.9'
version = '0.9.10'
# 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 @@ -3,12 +3,12 @@

setup(
name='python-awips',
version='0.9.9',
version='0.9.10',
description='A framework for requesting AWIPS meteorological datasets from an EDEX server',
packages=find_packages(exclude='data'),
license='Open Source',
url='http://python-awips.readthedocs.io',
download_url='https://github.com/Unidata/python-awips/tarball/0.9.9',
download_url='https://github.com/Unidata/python-awips/tarball/0.9.10',
author='Unidata',
author_email='mjames@ucar.edu',
requires=['argparse','shapely','numpy','six']
Expand Down

0 comments on commit 50f9d8a

Please sign in to comment.