We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc9f91 commit dc6f748Copy full SHA for dc6f748
setup.py
@@ -9,10 +9,9 @@
9
10
description = 'Downloads large geo TIFF files from a WMS service.'
11
email = '[email protected]'
12
-url = 'https://github.com/jochenklar/wms-downloader'
+url = 'https://github.com/codeforberlin/wms-downloader'
13
14
requirements = [
15
- 'mercantile',
16
'PyYAML'
17
]
18
wms_downloader/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = 'wms-downloader'
2
-__version__ = '1.0.1'
+__version__ = '1.0.3'
3
__author__ = 'Jochen Klar'
4
__license__ = 'MIT'
5
__copyright__ = 'Copyright 2017 Jochen Klar'
0 commit comments