mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
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:
parent
aeecafa694
commit
6ae4e7d88b
1 changed files with 1 additions and 1 deletions
|
@ -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>'
|
||||
|
|
Loading…
Reference in a new issue