]> git.notmuchmail.org Git - notmuch/blobdiff - cnotmuch/notmuch.py
bump __VERSION__ to 0.2.1
[notmuch] / cnotmuch / notmuch.py
index 29d30c4ff182a528ca6f0194dd3cf734e4156eb2..13a5d4a4421d565ff046538ec4bdbbec84e458d5 100644 (file)
 
 """
 from database import Database, Query
+from message import Messages, Message
+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.1'
 __AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'