From edbb9c0f13ea680d0e2bc380d868d845794af83a Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Fri, 5 Apr 2024 16:34:54 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6baaace..a114d0b 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def run_tests(self): setup( name = "cmocean", - version = "v4.0.1", + version = "v4.0.0", author = "Kristen Thyng", author_email = "kthyng@gmail.com", url = 'https://github.com/matplotlib/cmocean',