summaryrefslogtreecommitdiffstats
path: root/bindings/python/conf.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-03-14 13:06:54 -0400
committerDavid Robillard <d@drobilla.net>2024-03-14 13:06:54 -0400
commit0f70cc010bc262589340099581d1d79152a8f140 (patch)
tree15bcc731a17ada405af00842aa0aba07a340ffdb /bindings/python/conf.py
parentb6496d8b5d109d8fd1268a917eb70a447868bef3 (diff)
downloadlilv-0f70cc010bc262589340099581d1d79152a8f140.tar.gz
lilv-0f70cc010bc262589340099581d1d79152a8f140.tar.bz2
lilv-0f70cc010bc262589340099581d1d79152a8f140.zip
Fix library current_version on MacOS
Diffstat (limited to 'bindings/python/conf.py')
-rw-r--r--bindings/python/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/conf.py b/bindings/python/conf.py
index 5e626f0..52d514a 100644
--- a/bindings/python/conf.py
+++ b/bindings/python/conf.py
@@ -60,9 +60,9 @@ copyright = u'2016, David Robillard'
# built documents.
#
# The short X.Y version.
-version = '0.24.24'
+version = '0.24.25'
# The full version, including alpha/beta/rc tags.
-release = '0.24.24'
+release = '0.24.25'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.