summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-25 14:48:44 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-25 14:48:44 +0100
commitbdc3a95bb7de2e333d31ef31f733e83bada078ff (patch)
tree4648c49b7d1d7d570d4ae0bc64983663db9bf6af
parentffe8c46f857ec0ad1cde087686f5fe53a789657d (diff)
push __VERSION__ to post release 0.2.1+
-rw-r--r--cnotmuch/notmuch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py
index 13a5d4a..484bf7f 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>'