diff options
author | David Bremner <bremner@debian.org> | 2012-08-20 14:48:00 +0200 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-08-21 10:43:49 +0200 |
commit | 6442a473612064858c21aba9fac7e97388a16113 (patch) | |
tree | f9891ce9b72ba4f6e27489cc2b99bd2648f390c2 /bindings | |
parent | 58838737079ceb21a41b162885e0336898d62114 (diff) |
version: propagate version changes
These are the result of running "make update-versions"
Diffstat (limited to 'bindings')
-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 90bcadbe..10c01221 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.13.2' +__VERSION__ = '0.14' |