From 9fc8fa6e2ea5c307faa409e2311544425da37793 Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Thu, 21 Mar 2013 09:02:58 +0100 Subject: [PATCH] Bump to 0.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af46bb5..e82ea26 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name = 'flask-whooshee', - version = '0.0.3', + version = '0.0.4', description = 'Flask - SQLAlchemy - Whoosh integration', long_description = 'Flask - SQLAlchemy - Whoosh integration that allows to create and search custom indexes.', keywords = 'flask, sqlalchemy, whoosh',