Skip to content

Commit fee2c2a

Browse files
committed
updated version to 2.0
1 parent 3946bbe commit fee2c2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmocean/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

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

20-
__version__ = "1.2"
20+
__version__ = "2.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def run_tests(self):
2626

2727
setup(
2828
name = "cmocean",
29-
version = "1.2",
29+
version = "2.0",
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/1.1',
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)