diff --git a/setup.py b/setup.py index 700cfc7..7a7224c 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,9 @@ description = 'Downloads large geo TIFF files from a WMS service.' email = 'jochenklar@gmail.com' -url = 'https://github.com/jochenklar/wms-downloader' +url = 'https://github.com/codeforberlin/wms-downloader' requirements = [ - 'mercantile', 'PyYAML' ] diff --git a/wms_downloader/__init__.py b/wms_downloader/__init__.py index bae8cb5..fe25087 100644 --- a/wms_downloader/__init__.py +++ b/wms_downloader/__init__.py @@ -1,5 +1,5 @@ __title__ = 'wms-downloader' -__version__ = '1.0.1' +__version__ = '1.0.3' __author__ = 'Jochen Klar' __license__ = 'MIT' __copyright__ = 'Copyright 2017 Jochen Klar'