From 4aeba67d99dc5495d979294599edd5e972357d67 Mon Sep 17 00:00:00 2001 From: Nicolas Le Manchet Date: Mon, 18 Nov 2024 14:45:03 +0100 Subject: [PATCH] Release 0.0.25 --- spinach/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinach/const.py b/spinach/const.py index 4f902dc..ab0d619 100644 --- a/spinach/const.py +++ b/spinach/const.py @@ -1,4 +1,4 @@ -VERSION = '0.0.24' +VERSION = '0.0.25' DEFAULT_QUEUE = 'spinach' DEFAULT_NAMESPACE = 'spinach'