From fabfae233fa01aab8335025a75d877a26ee6a118 Mon Sep 17 00:00:00 2001 From: wassname Date: Tue, 7 Jun 2016 08:16:17 +0800 Subject: [PATCH] unbump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cbf8af9..28b5485 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='flask-whooshee', - version='0.2.1', + 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',