summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-24 12:28:17 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-24 12:28:17 +0100
commitc4e88d3aba90d8daf14e766968b50c7754bd624d (patch)
tree2d0c228cad1e1dbca05d8bd65f06fde596cf928d
parent81a041d4cbc4aefae5d5e8c6f753fd68af62c27c (diff)
bump __VERSION__ to 0.2.0
-rw-r--r--cnotmuch/notmuch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py
index ad48028..29d30c4 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 <Sebastian@SSpaeth.de>'