aboutsummaryrefslogtreecommitdiff
path: root/bindings
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
parentfe51c275fcd7107d92b40de511086300ba4060ed (diff)
version: bump to 0.34.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 61d2f357..cd46610f 100644
--- a/bindings/python-cffi/version.txt
+++ b/bindings/python-cffi/version.txt
@@ -1 +1 @@
-0.34
+0.34.1
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'