diff options
| author | David Bremner <david@tethera.net> | 2021-10-20 10:31:26 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-10-20 10:42:18 -0300 |
| commit | 7b490b4b80d000d029fd0bd4dd27539cff901329 (patch) | |
| tree | 35fd2f04ab6bce6e2b2ced409334275feb82aaf0 /bindings/python | |
| parent | 0cab53877828249bc42c9e6fc2d9913a4bb9c55c (diff) | |
version: bump to 0.34
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 8eeebc53..de3faa77 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,3 +1,3 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.34~rc0' +__VERSION__ = '0.34' SOVERSION = '5' |
