diff options
author | David Bremner <bremner@debian.org> | 2011-10-11 21:50:56 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-10-11 21:50:56 -0300 |
commit | 8603396861dfda29feff3eae0aca5f2c5c32d7b8 (patch) | |
tree | 52ee43696d33d93fbd2ed640c30fa9c57088a9e7 /bindings/python | |
parent | e46579ffe5a9a91bb1db508d74868cdc710a4c8c (diff) |
version: bump to 0.9
also bump python bindings version.
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/notmuch/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index b913a76d..dc1f1440 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.9~rc2' +__VERSION__ = '0.9' |