X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2F__init__.py;h=4331d9de9a355ca76a52dbc6d966c454aba9fb27;hp=5ba1337f2ab43b3c36e682686febc2361fe35440;hb=6ae4e7d88be66ab7b24d96b7091ed56aa7e97ccc;hpb=44ea57a0d10ddab514abea319c4d25ec4e36b51e diff --git a/bindings/python/notmuch/__init__.py b/bindings/python/notmuch/__init__.py index 5ba1337f..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.2.2' +__VERSION__='0.6' __AUTHOR__ ='Sebastian Spaeth '