summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-01-23 14:40:10 -0500
committerDavid Robillard <d@drobilla.net>2024-01-23 14:40:10 -0500
commitb6496d8b5d109d8fd1268a917eb70a447868bef3 (patch)
treead3527b6c4987f5f8d20bdb346dcb3c6e1a7c6fd /bindings/python
parent344ef316a3307bfb27d59799e849e30154a61032 (diff)
downloadlilv-b6496d8b5d109d8fd1268a917eb70a447868bef3.tar.gz
lilv-b6496d8b5d109d8fd1268a917eb70a447868bef3.tar.bz2
lilv-b6496d8b5d109d8fd1268a917eb70a447868bef3.zip
Lilv 0.24.24v0.24.24
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/conf.py4
-rw-r--r--bindings/python/lilv.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python/conf.py b/bindings/python/conf.py
index 64252ed..5e626f0 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.23'
+version = '0.24.24'
# The full version, including alpha/beta/rc tags.
-release = '0.24.23'
+release = '0.24.24'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/bindings/python/lilv.py b/bindings/python/lilv.py
index ac0c46e..643dcb1 100644
--- a/bindings/python/lilv.py
+++ b/bindings/python/lilv.py
@@ -6,7 +6,7 @@
__author__ = "David Robillard"
__copyright__ = "Copyright 2016-2024 David Robillard"
__license__ = "ISC"
-__version__ = "0.24.22"
+__version__ = "0.24.24"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"