From 1e206c10171b21c59b91607ab3a4afca4c4dea68 Mon Sep 17 00:00:00 2001 From: Nicolas Le Manchet Date: Thu, 11 Oct 2018 22:37:24 +0200 Subject: [PATCH] Release version 0.0.8 --- spinach/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinach/const.py b/spinach/const.py index 038ba15..971c1d1 100644 --- a/spinach/const.py +++ b/spinach/const.py @@ -1,4 +1,4 @@ -VERSION = '0.0.8.dev1' +VERSION = '0.0.8' DEFAULT_QUEUE = 'spinach' DEFAULT_NAMESPACE = 'spinach'