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 48f4aa8 commit 59c3500Copy full SHA for 59c3500
setup.py
@@ -26,7 +26,7 @@ def run_tests(self):
26
27
setup(
28
name = "cmocean",
29
- version = "v4.0.2",
+ version = "v4.0.3",
30
author = "Kristen Thyng",
31
author_email = "[email protected]",
32
url = 'https://github.com/matplotlib/cmocean',
@@ -38,7 +38,7 @@ def run_tests(self):
38
"Development Status :: 3 - Alpha",
39
],
40
package_data={
41
- 'cmocean': ['rgb/*.txt', 'rgb/inverted/*.txt],
+ 'cmocean': ['rgb/*.txt', 'rgb/inverted/*.txt'],
42
},
43
packages = ["cmocean"],
44
ext_package='cmocean',
0 commit comments