We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7184e3d commit 3f1898eCopy full SHA for 3f1898e
setup.py
@@ -33,11 +33,11 @@ def run_tests(self):
33
34
setup(
35
name = "cmocean",
36
- version = "0.2",
+ 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.2',
+ 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