diff --git a/docs/source/about.rst b/docs/source/about.rst index d32a064..9c5f9f3 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index ef57b88..83b1578 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,7 +65,7 @@ author = 'Unidata' # 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 diff --git a/setup.py b/setup.py index 5154218..2008e93 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import find_packages 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']