push __VERSION__ to post release 0.2.1+

This commit is contained in:
Sebastian Spaeth 2010-03-25 14:48:44 +01:00
parent ffe8c46f85
commit bdc3a95bb7

View file

@ -38,5 +38,5 @@ from thread import Threads, Thread
from tag import Tags from tag import Tags
from cnotmuch.globals import nmlib, STATUS, NotmuchError from cnotmuch.globals import nmlib, STATUS, NotmuchError
__LICENSE__="GPL v3+" __LICENSE__="GPL v3+"
__VERSION__='0.2.1' __VERSION__='0.2.1+'
__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>' __AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'