Skip to content
This repository was archived by the owner on Nov 21, 2017. It is now read-only.

Commit 54137e0

Browse files
committed
Version changed required to properly debianize package
1 parent f5f2fda commit 54137e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
l2cs (0.1.1-2) natty; urgency=low
1+
l2cs (0.1.2-1) natty; urgency=low
22

33
* Package was missing l2cs.py
44

l2cs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import whoosh.query
1616

1717

18-
__version__ = "0.1.1"
18+
__version__ = "0.1.2"
1919

2020

2121
HANDLERS = {}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='l2cs',
12-
version="0.1.1",
12+
version="0.1.2",
1313
author='Keith Mitchell',
1414
author_email='[email protected]',
1515
description=("Rewrites queries from lucene syntax to"

0 commit comments

Comments
 (0)