aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-05 19:30:21 -0400
committerDavid Bremner <david@tethera.net>2017-03-05 19:30:21 -0400
commit08c67317615efba11cd3f79dc7393be0c1c430a1 (patch)
treebc8571c217ece7e19a6793a874feef2e8fc20cc5 /bindings/python
parent85df8b3915159fa94b7c1c32cb54eda8bd92e0e0 (diff)
version: bump to 0.24~rc0
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 e1a49522..43071028 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.23.7'
+__VERSION__ = '0.24~rc0'
SOVERSION = '4'