aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-08-26 08:25:36 -0700
committerDavid Bremner <david@tethera.net>2021-08-26 08:25:36 -0700
commit0a50bd05f8801bc093a1e3746fc4b0b909b9a404 (patch)
tree2ccc9e4260364e7e00ab611e8c61e8cbfcf875b3 /bindings/python
parent84347ffcad24b48390c622e5a96c31c97c094daa (diff)
version: bump to 0.33~rc0
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/notmuch/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index e10408ac..56eeaf8f 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.32.3'
+__VERSION__ = '0.33~rc0'
SOVERSION = '5'