From f7cc5f69ce98429eac69a07eeda69860118e8da2 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Fri, 30 Oct 2015 11:31:37 -0500 Subject: [PATCH] updated to 1.1.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 32226a8..e0fca21 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name='RAPIDpy', - version='1.1.0', + version='1.1.2', description='Python scripting interface for the RAPID progam. More information about installation and the input parameters can be found at http://rapid-hub.org. The source code for RAPID is located at https://github.com/c-h-david/rapid/.', keywords='RAPID', 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/1.1.0', + download_url='https://github.com/erdc-cm/RAPIDpy/tarballs/1.1.2', license='MIT', packages=['RAPIDpy'], install_requires=['netCDF4', 'numpy', 'requests'],