aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-10-31 08:11:25 -0300
committerDavid Bremner <david@tethera.net>2021-10-31 08:11:25 -0300
commit0c2edc522bbcf1f70c0173643e776b665b4af90e (patch)
tree395fa84202b4cf4e964dc901ee6f169309c62d1d /bindings/python
parentfe51c275fcd7107d92b40de511086300ba4060ed (diff)
version: bump to 0.34.1
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 de3faa77..701d61d5 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.34'
+__VERSION__ = '0.34.1'
SOVERSION = '5'