diff --git a/setup.py b/setup.py index e9afe5b..f158372 100644 --- a/setup.py +++ b/setup.py @@ -163,12 +163,12 @@ def readme(): setup( name='dustmaps', - version='1.0.10', + version='1.0.11', 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.10.tar.gz', + download_url='https://github.com/gregreen/dustmaps/archive/v1.0.11.tar.gz', author='Gregory M. Green', author_email='gregorymgreen@gmail.com', license='GPLv2',