From e32f840c009edf6e2d30030a55edbb032dfbd1a9 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Thu, 21 Apr 2016 11:52:18 +0200 Subject: [PATCH] Release version 0.1.0, call this a beta --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2a265ea..e6e74f8 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name = 'flask-whooshee', - version = '0.0.9', + version = '0.1.0', description = 'Flask - SQLAlchemy - Whoosh integration', long_description = 'Flask - SQLAlchemy - Whoosh integration that allows to create and search custom indexes.', keywords = 'flask, sqlalchemy, whoosh', @@ -20,7 +20,7 @@ setup( py_modules = ['flask_whooshee', ], install_requires = open('requirements.txt').read().splitlines(), setup_requires = [], - classifiers = ['Development Status :: 3 - Alpha', + classifiers = ['Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',