From bd9dd42e2ae1488e82fd8ca62197bf3cf2c3cd99 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Wed, 11 May 2016 15:52:13 +0200 Subject: [PATCH] Release version 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25d0e74..28b5485 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='flask-whooshee', - version='0.1.0', + version='0.2.0', description='Flask - SQLAlchemy - Whoosh integration', long_description='Flask - SQLAlchemy - Whoosh integration that allows to create and search custom indexes.', keywords='flask, sqlalchemy, whoosh',