]> git.notmuchmail.org Git - notmuch/blobdiff - cnotmuch/notmuch.py
Make __VERSION__ available via cnotmuch.notmuch.__VERSION__ and improve README
[notmuch] / cnotmuch / notmuch.py
index 70ee0b90b693627cdc26da939663de68e862aadc..f06929d794918b1febc55a940c905cb03d4fc2cf 100644 (file)
@@ -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 <Sebastian@SSpaeth.de>"
-
+__VERSION__='0.1.1'
+__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'