aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/__init__.py
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2011-06-02 17:44:23 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2011-06-02 17:44:23 +0200
commit6ae4e7d88be66ab7b24d96b7091ed56aa7e97ccc (patch)
treedf40309ecfc556afc184fd00ff7cf1e2f20959d4 /bindings/python/notmuch/__init__.py
parentaeecafa694e8296411ad21cee1b7de094600babf (diff)
bindings/python: Bump bindings version to 0.6
To match the upcoming release, and with the updated API to match the current libnotmuch, bump the python version number (notmuch.__VERSION__) to 0.6. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'bindings/python/notmuch/__init__.py')
-rw-r--r--bindings/python/notmuch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/__init__.py b/bindings/python/notmuch/__init__.py
index 52a757c..4331d9d 100644
--- a/bindings/python/notmuch/__init__.py
+++ b/bindings/python/notmuch/__init__.py
@@ -57,5 +57,5 @@ from notmuch.thread import Threads, Thread
from notmuch.tag import Tags
from notmuch.globals import nmlib, STATUS, NotmuchError
__LICENSE__="GPL v3+"
-__VERSION__='0.4'
+__VERSION__='0.6'
__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'