Skip to content

Commit

Permalink
Relase 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-sullivan committed Mar 1, 2015
1 parent dee5c44 commit 945df12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyndfd/ndfd.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
NDFD Forecast Retrieval Routines
Author: Marty J. Sullivan
Revision: 0.1
Date: December 3, 2014
Revision: 0.3
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.2',
version = '0.3',
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.2',
download_url = 'https://github.com/marty-sullivan/pyndfd/tarball/0.3',
install_requires = ['numpy', 'pygrib', 'pyproj', 'bitstring'],
keywords = ['noaa', 'ndfd', 'nws', 'weather', 'forecast']
)

0 comments on commit 945df12

Please sign in to comment.