X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=cnotmuch%2Fnotmuch.py;h=f6a9a232fee224e6cf897e9310519b556b6ad177;hb=2a5884633c341660e5cc4c841dfe6898e47b9a60;hp=019da2afc37052f45d529bba79f4482021fb806c;hpb=e80daac2931d99da10bf2d1d106fb35455455470;p=notmuch diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 019da2af..f6a9a232 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -38,5 +38,5 @@ from thread import Threads, Thread from tag import Tags from cnotmuch.globals import nmlib, STATUS, NotmuchError __LICENSE__="GPL v3+" -__VERSION__='0.2.0' +__VERSION__='0.2.2' __AUTHOR__ ='Sebastian Spaeth '