diff options
| author | David Bremner <david@tethera.net> | 2022-08-21 13:05:34 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-08-21 13:21:40 -0700 |
| commit | 6d53ee99b3d41600c416f73ce63483a08e81eda1 (patch) | |
| tree | e8573cbf374691ad6d2f06ba0b9ccd97df0f20df /bindings | |
| parent | 4efe50b492a69bec2dc9288cb334c808279b2b8c (diff) | |
version: update to 0.37
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 7cc48610..943f335c 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.37~rc0' +__VERSION__ = '0.37' SOVERSION = '5' |
