diff options
author | David Bremner <bremner@debian.org> | 2012-05-15 18:18:45 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-05-15 18:18:45 -0300 |
commit | 3fb08bc1259f9a9d80617542da64443e7e63a6c4 (patch) | |
tree | b50c0556bb30c94378e036df51c64ec420b63d11 /bindings | |
parent | 069aa1892f26a955dbfc3e9c55600c74806975f0 (diff) |
version: bump to 0.13
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 25010f5c..5945a504 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~rc1' +__VERSION__ = '0.13' |