aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-01-26 09:44:59 -0400
committerDavid Bremner <david@tethera.net>2025-01-26 09:45:20 -0400
commitdeea909993513ec6fd800b7571649582d994dcbc (patch)
tree8ef613ba4bf2b7c6ef5f3fd6bbde7a74be01a3e9 /bindings/python
parent5ef5682e3f354bb90254815ccbaadcaaf382d593 (diff)
bump versions to 0.39~rc0
Prepare to release a snapshot for testing
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 fd4152ee..05b6d5f8 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.38.3'
+__VERSION__ = '0.39~rc0'
SOVERSION = '5'