We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efd774d + 3f1898e commit 15263a1Copy full SHA for 15263a1
setup.py
@@ -33,11 +33,11 @@ def run_tests(self):
33
34
setup(
35
name = "cmocean",
36
- version = "0.1",
+ version = "0.2.1",
37
author = "Kristen Thyng",
38
author_email = "[email protected]",
39
url = 'https://github.com/matplotlib/cmocean',
40
- download_url = 'https://github.com/matplotlib/cmocean/tarball/0.1',
+ download_url = 'https://github.com/matplotlib/cmocean/tarball/0.2.1',
41
description = ("Colormaps for Oceanography"),
42
long_description=open('README.rst').read(),
43
classifiers=[
0 commit comments