From 493f1ced45dd38aec92d6f450a07422c907cf119 Mon Sep 17 00:00:00 2001 From: Evan Hubinger Date: Tue, 26 Nov 2024 02:08:36 -0800 Subject: [PATCH] Bump version --- coconut/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coconut/root.py b/coconut/root.py index 1ca4d11b..32166bbf 100644 --- a/coconut/root.py +++ b/coconut/root.py @@ -26,7 +26,7 @@ VERSION = "3.1.2" VERSION_NAME = None # False for release, int >= 1 for develop -DEVELOP = 4 +DEVELOP = 5 ALPHA = False # for pre releases rather than post releases assert DEVELOP is False or DEVELOP >= 1, "DEVELOP must be False or an int >= 1"