From a6472240f1f109f672f40a1eb778710ccc604605 Mon Sep 17 00:00:00 2001 From: Nicolas Le Manchet Date: Tue, 3 May 2022 10:34:03 +0200 Subject: [PATCH] Release version 0.0.16 --- spinach/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinach/const.py b/spinach/const.py index 76ad1d7..6907699 100644 --- a/spinach/const.py +++ b/spinach/const.py @@ -1,4 +1,4 @@ -VERSION = '0.0.15' +VERSION = '0.0.16' DEFAULT_QUEUE = 'spinach' DEFAULT_NAMESPACE = 'spinach'