diff options
| author | David Bremner <david@tethera.net> | 2021-09-03 12:20:27 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-09-03 12:20:27 -0700 |
| commit | f90e8e6a5c3731c8f7caf6a8c36ba78560913a7a (patch) | |
| tree | 3e68a513a55cd43949fb8b1894b9c35c162983c2 /bindings/python | |
| parent | 44b642a6800a8b784379c823f91061e4a8c68b6a (diff) | |
version: bump to 0.33
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 56eeaf8f..eaa3fce7 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.33~rc0' +__VERSION__ = '0.33' SOVERSION = '5' |
