Updated version number in setup.py to match the version number in the xapian_backend.py file.

This commit is contained in:
David Sauve 2010-05-11 09:52:53 -07:00
parent 7c12e5cc35
commit 12e9220b4c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ def read(fname):
setup(
name='xapian-haystack',
version='1.1.3beta',
version='1.1.4alpha',
description="A Xapian backend for Haystack",
long_description=read('README.rst'),
classifiers=[