mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
0.9.6
This commit is contained in:
parent
02399a13bc
commit
1f471ba7aa
3 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@ installations.
|
||||||
Package Version RPM Name
|
Package Version RPM Name
|
||||||
====================== ============== ==============================
|
====================== ============== ==============================
|
||||||
Python 2.7.10 awips2-python
|
Python 2.7.10 awips2-python
|
||||||
**awips** **0.9.5** **awips2-python-awips**
|
**awips** **0.9.6** **awips2-python-awips**
|
||||||
basemap 1.0.7 awips2-python-basemap
|
basemap 1.0.7 awips2-python-basemap
|
||||||
cartopy 0.13.0 awips2-python-cartopy
|
cartopy 0.13.0 awips2-python-cartopy
|
||||||
cherrypy 3.1.2 awips2-python-cherrypy
|
cherrypy 3.1.2 awips2-python-cherrypy
|
||||||
|
|
|
@ -65,7 +65,7 @@ author = 'Unidata'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.9.5'
|
version = '0.9.6'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -3,12 +3,12 @@ from setuptools import find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-awips',
|
name='python-awips',
|
||||||
version='0.9.5',
|
version='0.9.6',
|
||||||
description='A framework for requesting AWIPS meteorological datasets from an EDEX server',
|
description='A framework for requesting AWIPS meteorological datasets from an EDEX server',
|
||||||
packages=find_packages(exclude='data'),
|
packages=find_packages(exclude='data'),
|
||||||
license='Open Source',
|
license='Open Source',
|
||||||
url='http://www.unidata.ucar.edu/software/awips2',
|
url='http://www.unidata.ucar.edu/software/awips2',
|
||||||
download_url='https://github.com/Unidata/python-awips/tarball/0.9.5',
|
download_url='https://github.com/Unidata/python-awips/tarball/0.9.6',
|
||||||
author='Unidata',
|
author='Unidata',
|
||||||
author_email='mjames@ucar.edu',
|
author_email='mjames@ucar.edu',
|
||||||
requires=['argparse','shapely','numpy','six']
|
requires=['argparse','shapely','numpy','six']
|
||||||
|
|
Loading…
Add table
Reference in a new issue