From 5073748a1e7d772c21c4c7c91ae3bbc16584e8ca Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Thu, 21 Mar 2013 08:35:24 +0100 Subject: [PATCH] Bump version to 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec98e06..8e375f7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name = 'flask-whooshee', - version = '0.0.1', + version = '0.0.2', description = 'Flask - SQLAlchemy - Whoosh integration', long_description = 'Flask - SQLAlchemy - Whoosh integration that allows to create and search custom indexes.', keywords = 'flask, sqlalchemy, whoosh',