From c4e88d3aba90d8daf14e766968b50c7754bd624d Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Wed, 24 Mar 2010 12:28:17 +0100 Subject: [PATCH] bump __VERSION__ to 0.2.0 --- cnotmuch/notmuch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' -- 2.43.0