From fdd3ad34eeae923a509a73a8baeae641d5a3d54e Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Mon, 20 Mar 2023 10:52:09 -0500 Subject: [PATCH] updated version again and commented out download url --- cmocean/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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',