From: Sebastian Spaeth <sebastian@sspaeth.de>
Date: Thu, 25 Mar 2010 13:48:44 +0000 (+0100)
Subject: push __VERSION__ to post release 0.2.1+
X-Git-Tag: 0.3~121^2~30
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=bdc3a95bb7de2e333d31ef31f733e83bada078ff;p=notmuch-old

push __VERSION__ to post release 0.2.1+
---

diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py
index 13a5d4a4..484bf7fd 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.1+'
 __AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'