From 3268ea757ffa6e60ad682531ad54b0878fa9bd09 Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Fri, 5 Apr 2024 16:37: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 a114d0b..6baaace 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def run_tests(self): setup( name = "cmocean", - version = "v4.0.0", + version = "v4.0.1", author = "Kristen Thyng", author_email = "kthyng@gmail.com", url = 'https://github.com/matplotlib/cmocean',