Skip to content

Commit 50611a5

Browse files
authored
Merge pull request #92 from kthyng/main
updated version again and commented out download url
2 parents 3878646 + fdd3ad3 commit 50611a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmocean/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
__authors__ = ['Kristen Thyng <[email protected]>']
1919

20-
__version__ = "v3.0.2"
20+
__version__ = "v3.0.3"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def run_tests(self):
2626

2727
setup(
2828
name = "cmocean",
29-
version = "v3.0.2",
29+
version = "v3.0.3",
3030
author = "Kristen Thyng",
3131
author_email = "[email protected]",
3232
url = 'https://github.com/matplotlib/cmocean',
33-
download_url = 'https://github.com/matplotlib/cmocean/tarball/2.0',
33+
# download_url = 'https://github.com/matplotlib/cmocean/tarball/2.0',
3434
description = ("Colormaps for Oceanography"),
3535
long_description=open('README.md').read(),
3636
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)