From 59c35002c3aa5296b65d9646e52604c627441eb6 Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Fri, 5 Apr 2024 20:04:21 -0500 Subject: [PATCH] Update setup.py last fix had a typo --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7c9873a..95d68bc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def run_tests(self): setup( name = "cmocean", - version = "v4.0.2", + version = "v4.0.3", author = "Kristen Thyng", author_email = "kthyng@gmail.com", url = 'https://github.com/matplotlib/cmocean', @@ -38,7 +38,7 @@ def run_tests(self): "Development Status :: 3 - Alpha", ], package_data={ - 'cmocean': ['rgb/*.txt', 'rgb/inverted/*.txt], + 'cmocean': ['rgb/*.txt', 'rgb/inverted/*.txt'], }, packages = ["cmocean"], ext_package='cmocean',