From 65b119405eeb2f268fc49938a9a8bf756dfeba7b Mon Sep 17 00:00:00 2001 From: Alice Jacques Date: Tue, 8 Oct 2024 14:15:53 -0700 Subject: [PATCH] Bump to v1.2.3 for prod --- sparcl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparcl/__init__.py b/sparcl/__init__.py index f2e4cfd..0be25ba 100644 --- a/sparcl/__init__.py +++ b/sparcl/__init__.py @@ -32,4 +32,4 @@ # __version__ = "1.2.1" # FIRST uncommented value will be used! (so only leave one uncommented) #__version__ = "1.2.2" -__version__ = "1.2.3b8" +__version__ = "1.2.3"