aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-05-15 09:10:58 -0300
committerDavid Bremner <david@tethera.net>2021-05-15 09:10:58 -0300
commitc84ccb70f3ed2b2228346499b5110311039a0ecf (patch)
tree373ab71c8d6799b393dab21a46d4a773fac6ae53 /bindings/python
parentccd2ef38718efa3c9268eb68ad54454609e4451c (diff)
parentb580009e2bc69efb019983bf2f7dc5052c19545a (diff)
Merge branch 'release'
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 c9f31763..fc867ea7 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'
+__VERSION__ = '0.32.1'
SOVERSION = '5'