mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-23 18:04:52 +01:00
bump __VERSION__ to 0.2.0
This commit is contained in:
parent
81a041d4cb
commit
c4e88d3aba
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@
|
||||||
from database import Database, Query
|
from database import Database, Query
|
||||||
from cnotmuch.globals import nmlib, STATUS, NotmuchError
|
from cnotmuch.globals import nmlib, STATUS, NotmuchError
|
||||||
__LICENSE__="GPL v3+"
|
__LICENSE__="GPL v3+"
|
||||||
__VERSION__='0.1.1'
|
__VERSION__='0.2.0'
|
||||||
__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'
|
__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'
|
||||||
|
|
Loading…
Reference in a new issue