Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 14, 2017
1 parent 1fc9f91 commit dc6f748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@

description = 'Downloads large geo TIFF files from a WMS service.'
email = '[email protected]'
url = 'https://github.com/jochenklar/wms-downloader'
url = 'https://github.com/codeforberlin/wms-downloader'

requirements = [
'mercantile',
'PyYAML'
]

Expand Down
2 changes: 1 addition & 1 deletion wms_downloader/__init__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit dc6f748

Please sign in to comment.