Skip to content

Commit

Permalink
Merge pull request #438 from jbouffard/0.2.0/rc5
Browse files Browse the repository at this point in the history
Updated Versions to RC-5
  • Loading branch information
jbouffard authored Aug 3, 2017
2 parents 5e0fe6d + 3f5ef6d commit a36772b
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 a36772b

Please sign in to comment.