From 9e72c8efbdfa126650be37933e4e6820b47ae1f3 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Tue, 15 Sep 2015 15:17:07 +0200 Subject: [PATCH] Bump to version 0.0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9bbf39..f038a23 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name = 'flask-whooshee', - version = '0.0.7', + version = '0.0.8', description = 'Flask - SQLAlchemy - Whoosh integration', long_description = 'Flask - SQLAlchemy - Whoosh integration that allows to create and search custom indexes.', keywords = 'flask, sqlalchemy, whoosh',