summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-05 15:46:40 -0400
committerDavid Robillard <d@drobilla.net>2022-10-05 15:46:40 -0400
commit3386725522269a1bbdd342cb9e3fa6fb00e0f37f (patch)
treef2879cf151eccc8cf41b492b56752058d16844b2 /bindings
parent881058bae740ee50b4141a7eee863eeaace8128f (diff)
downloadlilv-3386725522269a1bbdd342cb9e3fa6fb00e0f37f.tar.gz
lilv-3386725522269a1bbdd342cb9e3fa6fb00e0f37f.tar.bz2
lilv-3386725522269a1bbdd342cb9e3fa6fb00e0f37f.zip
Fix dependencies in pkg-config file
Diffstat (limited to 'bindings')
-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 836921b..68c1145 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.20'
+version = '0.24.21'
# The full version, including alpha/beta/rc tags.
-release = '0.24.20'
+release = '0.24.21'
# 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 ab1ff75..ab7a20b 100644
--- a/bindings/python/lilv.py
+++ b/bindings/python/lilv.py
@@ -6,7 +6,7 @@
__author__ = "David Robillard"
__copyright__ = "Copyright 2016-2022 David Robillard"
__license__ = "ISC"
-__version__ = "0.24.20"
+__version__ = "0.24.21"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"