diff options
Diffstat (limited to 'cnotmuch/notmuch.py')
-rw-r--r-- | cnotmuch/notmuch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 484bf7fd..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.1+' +__VERSION__='0.2.2' __AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>' |