X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=29d30c4ff182a528ca6f0194dd3cf734e4156eb2;hp=ad480288731d4e2004f5b8cf27a6ec7afee7ae9b;hb=c4e88d3aba90d8daf14e766968b50c7754bd624d;hpb=81a041d4cbc4aefae5d5e8c6f753fd68af62c27c diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index ad480288..29d30c4f 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -35,5 +35,5 @@ from database import Database, Query from cnotmuch.globals import nmlib, STATUS, NotmuchError __LICENSE__="GPL v3+" -__VERSION__='0.1.1' +__VERSION__='0.2.0' __AUTHOR__ ='Sebastian Spaeth '