From bba492e68f72646e6b0910cb82539394b006b729 Mon Sep 17 00:00:00 2001 From: Julian Edwards Date: Fri, 3 May 2024 08:28:23 +1000 Subject: [PATCH] Release 0.0.23 --- spinach/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinach/const.py b/spinach/const.py index 9cfac23..c81af6c 100644 --- a/spinach/const.py +++ b/spinach/const.py @@ -1,4 +1,4 @@ -VERSION = '0.0.22' +VERSION = '0.0.23' DEFAULT_QUEUE = 'spinach' DEFAULT_NAMESPACE = 'spinach'