We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3878646 + fdd3ad3 commit 50611a5Copy full SHA for 50611a5
cmocean/__init__.py
@@ -17,4 +17,4 @@
17
18
__authors__ = ['Kristen Thyng <kthyng@gmail.com>']
19
20
-__version__ = "v3.0.2"
+__version__ = "v3.0.3"
setup.py
@@ -26,11 +26,11 @@ def run_tests(self):
26
27
setup(
28
name = "cmocean",
29
- version = "v3.0.2",
+ version = "v3.0.3",
30
author = "Kristen Thyng",
31
author_email = "kthyng@gmail.com",
32
url = 'https://github.com/matplotlib/cmocean',
33
- download_url = 'https://github.com/matplotlib/cmocean/tarball/2.0',
+ # download_url = 'https://github.com/matplotlib/cmocean/tarball/2.0',
34
description = ("Colormaps for Oceanography"),
35
long_description=open('README.md').read(),
36
long_description_content_type='text/markdown',
0 commit comments