Add test.py to archive, bump to 0.0.3

This commit is contained in:
Bohuslav Kabrda
2013-03-21 08:38:31 +01:00
parent 5073748a1e
commit bf76ade963
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
include LICENSE
include README.md
include test.py
Regular → Executable
+1 -1
View File
@@ -9,7 +9,7 @@ except:
setup(
name = 'flask-whooshee',
version = '0.0.2',
version = '0.0.3',
description = 'Flask - SQLAlchemy - Whoosh integration',
long_description = 'Flask - SQLAlchemy - Whoosh integration that allows to create and search custom indexes.',
keywords = 'flask, sqlalchemy, whoosh',