aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-09-10 08:21:28 -0300
committerDavid Bremner <david@tethera.net>2021-09-10 08:21:28 -0300
commitc6524148fcc7bdab7e6fd3c82b2adafa01799221 (patch)
tree8644b6904728fa8d0a90f83edf887215372b44c0 /bindings
parent060ff57642fc74f320761586e244151c04e63755 (diff)
version: bump to 0.33.1
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python-cffi/version.txt2
-rw-r--r--bindings/python/notmuch/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python-cffi/version.txt b/bindings/python-cffi/version.txt
index 94b357ed..8df3f459 100644
--- a/bindings/python-cffi/version.txt
+++ b/bindings/python-cffi/version.txt
@@ -1 +1 @@
-0.33
+0.33.1
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index eaa3fce7..27b651b1 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'
+__VERSION__ = '0.33.1'
SOVERSION = '5'