We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7147c commit 8196cfdCopy full SHA for 8196cfd
.gitignore
@@ -1,3 +1,4 @@
1
+dist
2
*.pyc
3
.DS_STORE
4
*.egg-info
setup.py
@@ -29,11 +29,11 @@ def run_tests(self):
29
30
setup(
31
name = "cmocean",
32
- version = "1.0",
+ version = "1.1",
33
author = "Kristen Thyng",
34
author_email = "[email protected]",
35
url = 'https://github.com/matplotlib/cmocean',
36
- download_url = 'https://github.com/matplotlib/cmocean/tarball/1.0',
+ download_url = 'https://github.com/matplotlib/cmocean/tarball/1.1',
37
description = ("Colormaps for Oceanography"),
38
long_description=open('README.rst').read(),
39
classifiers=[
0 commit comments