Skip to content

Commit

Permalink
updated version again and commented out download url
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Mar 20, 2023
1 parent 3878646 commit fdd3ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmocean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

__authors__ = ['Kristen Thyng <kthyng@gmail.com>']

__version__ = "v3.0.2"
__version__ = "v3.0.3"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fdd3ad3

Please sign in to comment.