Skip to content

Commit

Permalink
Stage 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-sullivan committed Aug 29, 2015
1 parent cbd9d6c commit 8f53380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pyndfd/ndfd.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
NDFD Forecast Retrieval Routines
Author: Marty J. Sullivan
Revision: 0.8
Purpose: Routines that will cache NDFD forecast variables locally
to allow for easy and fast forecast analysis by lat/lon
Expand Down
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.8',
version = '0.8.2',
license = 'MIT License',
description = 'Python routines for easy caching/retrieval of NWS\'s NDFD variables',
author = 'Marty J. Sullivan',
author_email = '[email protected]',
url = 'https://github.com/marty-sullivan/pyndfd',
download_url = 'https://github.com/marty-sullivan/pyndfd/tarball/0.8',
download_url = 'https://github.com/marty-sullivan/pyndfd/tarball/0.8.2',
install_requires = ['numpy', 'pygrib', 'pyproj'],
keywords = ['noaa', 'ndfd', 'nws', 'weather', 'forecast', 'cornell', 'atmospheric', 'science']
)

0 comments on commit 8f53380

Please sign in to comment.