From: Sebastian Spaeth Date: Thu, 2 Jun 2011 15:44:23 +0000 (+0200) Subject: bindings/python: Bump bindings version to 0.6 X-Git-Tag: debian/0.6_254~58 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=6ae4e7d88be66ab7b24d96b7091ed56aa7e97ccc;ds=sidebyside 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 --- diff --git a/bindings/python/notmuch/__init__.py b/bindings/python/notmuch/__init__.py index 52a757c3..4331d9de 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 '