From 9b28478427d31b7f4bee93a81220efed0a90e75a Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 16 Mar 2024 00:22:32 +0000 Subject: [PATCH] remove anthropic --- cortext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortext/__init__.py b/cortext/__init__.py index 4382ad8a..67487431 100644 --- a/cortext/__init__.py +++ b/cortext/__init__.py @@ -19,7 +19,7 @@ # version must stay on line 22 -__version__ = "3.2.5" +__version__ = "3.2.6" version_split = __version__.split(".") __spec_version__ = ( (1000 * int(version_split[0]))