Skip to content

Commit

Permalink
updated to new release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Feb 29, 2016
1 parent 6c411a6 commit 9d14771
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 @@ -2,7 +2,7 @@

setup(
name='RAPIDpy',
version='2.1.0',
version='2.1.1',
description='RAPIDpy is a python interface for RAPID that assists to prepare inputs, runs the RAPID program,'
' and provides post-processing utilities (https://github.com/erdc-cm/RAPIDpy). More information '
'about installation and the input parameters for RAPID can be found at http://rapid-hub.org. The'
Expand All @@ -11,7 +11,7 @@
author='Alan Dee Snow',
author_email='alan.d.snow@usace.army.mil',
url='https://github.com/erdc-cm/RAPIDpy',
download_url='https://github.com/erdc-cm/RAPIDpy/tarballs/2.1.0',
download_url='https://github.com/erdc-cm/RAPIDpy/tarballs/2.1.1',
license='BSD-3 Clause',
packages=['RAPIDpy'],
install_requires=['python-dateutil', 'netCDF4', 'numpy', 'pytz', 'requests'],
Expand Down

0 comments on commit 9d14771

Please sign in to comment.