From: Sebastian Spaeth Date: Wed, 24 Mar 2010 11:28:17 +0000 (+0100) Subject: bump __VERSION__ to 0.2.0 X-Git-Tag: 0.3~121^2~41 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=c4e88d3aba90d8daf14e766968b50c7754bd624d bump __VERSION__ to 0.2.0 --- 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 '