From fc8397221b63aa2e19e6cfeae4d81798109868de Mon Sep 17 00:00:00 2001 From: David Sauve Date: Mon, 7 Dec 2009 11:12:45 -0500 Subject: [PATCH] Updated release number in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ffb4fa..62b4fbd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name='xapian-haystack', - version='1.0.1beta', + version='1.1.0beta', description="A Xapian backend for Haystack", long_description=read('README'), classifiers=[