Skip to content

Commit 12b80f4

Browse files
authored
Merge pull request #473 from jbouffard/release-0.2.0
Updated Versions for GeoPySpark 0.2.0
2 parents 1a610af + 38b3902 commit 12b80f4

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
jar = 'geotrellis-backend-assembly-0.2.0.jar'
3333

3434
if not path.isfile(path.join('geopyspark/jars', jar)):
35-
url = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0-RC6/'
35+
url = 'https://github.com/locationtech-labs/geopyspark/releases/download/v0.2.0/'
3636
subprocess.call(['curl', '-L', url+jar, '-o', path.join('geopyspark/jars', jar)])
3737

3838
sys.path.insert(0, path.abspath(os.curdir))
@@ -73,9 +73,9 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = '0.1.0'
76+
version = '0.2.0'
7777
# The full version, including alpha/beta/rc tags.
78-
release = '0.1.0'
78+
release = '0.2.0'
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

geopyspark/command/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from geopyspark.geopyspark_constants import JAR, CWD
1111

1212

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

rtd_requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup_args = dict(
99
name='geopyspark',
10-
version='0.2.0-RC6',
10+
version='0.2.0',
1111
author='Jacob Bouffard, James McClain',
1212
1313
download_url='http://github.com/locationtech-labs/geopyspark',
@@ -36,7 +36,7 @@
3636
},
3737
scripts=[],
3838
classifiers=[
39-
'Development Status :: 3 - Alpha',
39+
'Development Status :: 4 - Beta',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Topic :: Scientific/Engineering',
4242
'Topic :: Scientific/Engineering :: GIS',

0 commit comments

Comments
 (0)