From 119b8482b6197d3a6ecdbd0f7c8a91aec2f3d5a1 Mon Sep 17 00:00:00 2001 From: Nicolas Le Manchet Date: Wed, 10 Oct 2018 20:26:09 +0200 Subject: [PATCH] Release version 0.0.7 --- spinach/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinach/const.py b/spinach/const.py index 9c59f7d..e58ea72 100644 --- a/spinach/const.py +++ b/spinach/const.py @@ -1,4 +1,4 @@ -VERSION = '0.0.7.dev1' +VERSION = '0.0.7' DEFAULT_QUEUE = 'spinach' DEFAULT_NAMESPACE = 'spinach'