aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-07-25 07:21:29 -0400
committerDavid Bremner <david@tethera.net>2017-07-25 07:21:29 -0400
commit7a4c60e446783c227222e77bbaab0f08d587f4a5 (patch)
treec68f70a1d5b3e84b3c529fe183b021428be14cc4 /bindings/python
parent3cb823628c3be2ddd57899018ae1a42bc5118d3e (diff)
version: bump to 0.25
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 15eeef20..62dd1f19 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.25~rc1'
+__VERSION__ = '0.25'
SOVERSION = '5'