mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-16 22:20:31 +00:00
Updated version number to 1.1.3beta
This commit is contained in:
parent
b1c8980b10
commit
144c4e6225
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ def read(fname):
|
|||
|
||||
setup(
|
||||
name='xapian-haystack',
|
||||
version='1.1.2beta',
|
||||
version='1.1.3beta',
|
||||
description="A Xapian backend for Haystack",
|
||||
long_description=read('README'),
|
||||
classifiers=[
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (C) 2009 David Sauve, Trapeze
|
||||
|
||||
__author__ = 'David Sauve'
|
||||
__version__ = (1, 1, 1, 'beta')
|
||||
__version__ = (1, 1, 3, 'beta')
|
||||
|
||||
import time
|
||||
import datetime
|
||||
|
|
|
|||
Loading…
Reference in a new issue