From 6ae4e7d88be66ab7b24d96b7091ed56aa7e97ccc Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 2 Jun 2011 17:44:23 +0200 Subject: [PATCH] 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 --- bindings/python/notmuch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' -- 2.43.0