Skip to content

Commit

Permalink
v0.2.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh committed Aug 11, 2017
1 parent 9f96cae commit bdc752e
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-RC5/' + JAR
JAR_URL = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0-RC6/' + 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-RC5',
version='0.2.0-RC6',
author='Jacob Bouffard, James McClain',
author_email='[email protected], [email protected]',
download_url='http://github.com/locationtech-labs/geopyspark',
Expand Down

0 comments on commit bdc752e

Please sign in to comment.