Skip to content

Commit dc6f748

Browse files
committed
cleanup
1 parent 1fc9f91 commit dc6f748

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99

1010
description = 'Downloads large geo TIFF files from a WMS service.'
1111
12-
url = 'https://github.com/jochenklar/wms-downloader'
12+
url = 'https://github.com/codeforberlin/wms-downloader'
1313

1414
requirements = [
15-
'mercantile',
1615
'PyYAML'
1716
]
1817

wms_downloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'wms-downloader'
2-
__version__ = '1.0.1'
2+
__version__ = '1.0.3'
33
__author__ = 'Jochen Klar'
44
__license__ = 'MIT'
55
__copyright__ = 'Copyright 2017 Jochen Klar'

0 commit comments

Comments
 (0)