From 9d14771709341f2a2960709f3f6d0c1e3d08a400 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Mon, 29 Feb 2016 09:50:19 -0600 Subject: [PATCH] updated to new release 2.1.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f0a4af7..636f724 100644 --- a/setup.py +++ b/setup.py @@ -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' @@ -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'],