We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7376805 commit 7bf45bfCopy full SHA for 7bf45bf
cmocean/__init__.py
@@ -16,3 +16,5 @@
16
'data']
17
18
__authors__ = ['Kristen Thyng <kthyng@tamu.edu>']
19
+
20
+__version__ = "1.2"
setup.py
@@ -26,7 +26,7 @@ def run_tests(self):
26
27
setup(
28
name = "cmocean",
29
- version = "1.1",
+ version = "1.2",
30
author = "Kristen Thyng",
31
author_email = "kthyng@gmail.com",
32
url = 'https://github.com/matplotlib/cmocean',
0 commit comments