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'],