diff --git a/setup.py b/setup.py index 1fadede..bf555b7 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name = 'pyndfd', packages = ['pyndfd'], - version = '0.6', + version = '0.7', license = 'MIT License', description = 'Python routines for easy caching/retrieval of NWS\'s NDFD variables', author = 'Marty J. Sullivan', author_email = 'marty.sullivan@cornell.edu', url = 'https://github.com/marty-sullivan/pyndfd', - download_url = 'https://github.com/marty-sullivan/pyndfd/tarball/0.6', + download_url = 'https://github.com/marty-sullivan/pyndfd/tarball/0.7', install_requires = ['numpy', 'pygrib', 'pyproj'], keywords = ['noaa', 'ndfd', 'nws', 'weather', 'forecast', 'cornell', 'amospheric', 'science'] )