Skip to content

Commit

Permalink
incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Apr 6, 2016
1 parent 51689fe commit 50fc3bf
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.2.1',
version='2.2.2',
description='Python interface for RAPID (rapid-hub.org)',
long_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 '
Expand All @@ -14,7 +14,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.2.1',
download_url='https://github.com/erdc-cm/RAPIDpy/tarballs/2.2.2',
license='BSD 3-Clause',
packages=find_packages(),
package_data={'': ['gis/lsm_grids/*.nc']},
Expand Down

0 comments on commit 50fc3bf

Please sign in to comment.