diff --git a/setup.py b/setup.py index 4732e42..2d2edd1 100644 --- a/setup.py +++ b/setup.py @@ -168,12 +168,12 @@ def readme(): setup( name='dustmaps', - version='1.0.11', + version='1.0.12', description='Uniform interface for multiple dust reddening maps.', long_description=readme(), long_description_content_type='text/markdown', url='https://github.com/gregreen/dustmaps', - download_url='https://github.com/gregreen/dustmaps/archive/v1.0.11.tar.gz', + download_url='https://github.com/gregreen/dustmaps/archive/v1.0.12.tar.gz', author='Gregory M. Green', author_email='gregorymgreen@gmail.com', license='GPLv2',