]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/__init__.py
bindings/python: Bump bindings version to 0.6
[notmuch] / 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>'