diff --git a/cmocean/__init__.py b/cmocean/__init__.py index e4151dd..a9ad5b1 100644 --- a/cmocean/__init__.py +++ b/cmocean/__init__.py @@ -17,4 +17,4 @@ __authors__ = ['Kristen Thyng '] -__version__ = "v3.0.2" +__version__ = "v3.0.3" diff --git a/setup.py b/setup.py index 4c242a0..4148834 100644 --- a/setup.py +++ b/setup.py @@ -26,11 +26,11 @@ def run_tests(self): setup( name = "cmocean", - version = "v3.0.2", + version = "v3.0.3", author = "Kristen Thyng", author_email = "kthyng@gmail.com", url = 'https://github.com/matplotlib/cmocean', - download_url = 'https://github.com/matplotlib/cmocean/tarball/2.0', + # download_url = 'https://github.com/matplotlib/cmocean/tarball/2.0', description = ("Colormaps for Oceanography"), long_description=open('README.md').read(), long_description_content_type='text/markdown',