diff options
| author | David Bremner <david@tethera.net> | 2020-09-05 21:26:36 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-09-05 21:26:36 -0300 |
| commit | 008b8b05742cae2f0193fa24e14ac35faa68fb87 (patch) | |
| tree | d0ff799ab2bc3315a4d4771a3358c8be23ba0f23 /bindings/python | |
| parent | f43ea63953ce5b2ad9e08558d1462b3edc1ba6eb (diff) | |
version: bump to 0.31
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 36212aa5..e94942f5 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.31~rc2' +__VERSION__ = '0.31' SOVERSION = '5' |
