Skip to content

Commit

Permalink
Updated versions to RC-5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouffard committed Aug 3, 2017
1 parent c4fe47c commit 3f5ef6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geopyspark/command/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from geopyspark.geopyspark_constants import JAR, CWD


JAR_URL = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0-RC4/' + JAR
JAR_URL = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0-RC5/' + JAR
DEFAULT_JAR_PATH = path.join(CWD, 'jars')
CONF = path.join(CWD, 'command', 'geopyspark.conf')

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup_args = dict(
name='geopyspark',
version='0.2.0-RC4',
version='0.2.0-RC5',
author='Jacob Bouffard, James McClain',
author_email='jbouffard@azavea.com, jmcclain@azavea.com',
download_url='http://github.com/locationtech-labs/geopyspark',
Expand Down

0 comments on commit 3f5ef6d

Please sign in to comment.