Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 89f683e

Browse files
committed
Merge tag '0.2.1' into develop
Correct repo references
2 parents cf6d695 + c8c79e5 commit 89f683e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.2.1
2+
-----
3+
4+
- Correct repo references (#21)
5+
16
0.2.0
27
-----
38

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
setuptools.setup(
44
name="rasterfoundry",
5-
version="0.2.0",
5+
version="0.2.1",
66
description='A Python client for Raster Foundry, a web platform for '
77
'combining, analyzing, and publishing raster data.',
88
long_description=open('README.rst').read(),
9-
url='https://github.com/azavea/raster-foundry-python-client',
9+
url='https://github.com/raster-foundry/raster-foundry-python-client',
1010
author='Raster Foundry',
1111
author_email='[email protected]',
1212
license='Apache License 2.0',

0 commit comments

Comments
 (0)