Skip to content

Commit

Permalink
Stage 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-sullivan committed Aug 20, 2015
1 parent b4e5b5e commit 11dd1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
)

0 comments on commit 11dd1b5

Please sign in to comment.