X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2F__init__.py;h=52a757c3590f9c77cf1fc726dde6758c16a274a9;hp=5ba1337f2ab43b3c36e682686febc2361fe35440;hb=3c7a52890c2b3aacd94ef29d9c7eadc4cd1c33a7;hpb=b3caef1f0659dac8183441357c8fee500a940889 diff --git a/bindings/python/notmuch/__init__.py b/bindings/python/notmuch/__init__.py index 5ba1337f..52a757c3 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.4' __AUTHOR__ ='Sebastian Spaeth '