X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=f06929d794918b1febc55a940c905cb03d4fc2cf;hp=70ee0b90b693627cdc26da939663de68e862aadc;hb=2dd0cf8f5bbf63c0e0a423344de95e9d433bf7af;hpb=2b32acacbd02ad27e96a2eb234ff3d92de5e87d4 diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 70ee0b90..f06929d7 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -39,6 +39,5 @@ from ctypes import c_int, c_char_p from database import Database,Tags,Query,Messages,Message,Tags from cnotmuch.globals import nmlib,STATUS,NotmuchError __LICENSE__="GPL v3+" -__VERSION__=0.1 -__AUTHOR__ ="Sebastian Spaeth " - +__VERSION__='0.1.1' +__AUTHOR__ ='Sebastian Spaeth '