Updated setup.py with new version number

This commit is contained in:
David Sauve 2010-01-15 10:38:43 -05:00
parent 165cb9ec72
commit 7d553eff98

View file

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