bindings/python: Bump bindings version to 0.6

To match the upcoming release, and with the updated API to match the
current libnotmuch, bump the python version number (notmuch.__VERSION__)
to 0.6.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2011-06-02 17:44:23 +02:00
parent aeecafa694
commit 6ae4e7d88b

View file

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