]> git.notmuchmail.org Git - notmuch/commitdiff
bindings/python: Bump bindings version to 0.6
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 2 Jun 2011 15:44:23 +0000 (17:44 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 2 Jun 2011 15:44:23 +0000 (17:44 +0200)
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>
bindings/python/notmuch/__init__.py

index 52a757c3590f9c77cf1fc726dde6758c16a274a9..4331d9de9a355ca76a52dbc6d966c454aba9fb27 100644 (file)
@@ -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>'