From cd7f697f6ad8e45fc87c3bb064f57a8115893a0d Mon Sep 17 00:00:00 2001 From: Julian Edwards Date: Thu, 2 May 2024 15:30:54 +1000 Subject: [PATCH] Release v0.0.22 --- spinach/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinach/const.py b/spinach/const.py index 3b03e60..9cfac23 100644 --- a/spinach/const.py +++ b/spinach/const.py @@ -1,4 +1,4 @@ -VERSION = '0.0.21' +VERSION = '0.0.22' DEFAULT_QUEUE = 'spinach' DEFAULT_NAMESPACE = 'spinach'