X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=29d30c4ff182a528ca6f0194dd3cf734e4156eb2;hb=c4e88d3aba90d8daf14e766968b50c7754bd624d;hp=ad480288731d4e2004f5b8cf27a6ec7afee7ae9b;hpb=898341f7f7412bc1fd405b1b9778f84780ac15c5;p=notmuch 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 '