Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Apr 18, 2016
1 parent 5e0dd7b commit 1cb29bd
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.3',
version='2.3.0',
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.3',
download_url='https://github.com/erdc-cm/RAPIDpy/tarballs/2.3.0',
license='BSD 3-Clause',
packages=find_packages(),
package_data={'': ['gis/lsm_grids/*.nc']},
Expand Down

0 comments on commit 1cb29bd

Please sign in to comment.