summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-10-22 16:15:27 -0400
committerDavid Robillard <d@drobilla.net>2023-10-22 16:15:27 -0400
commit8ebaf1387735173e72ab79eeda2de328cd279e12 (patch)
treec00cdaec456b2f8bb3d59a01f28489afc40df54a /bindings
parent8e4c4e44783e55b2766f33e711bd7fc04bf6d206 (diff)
downloadlilv-8ebaf1387735173e72ab79eeda2de328cd279e12.tar.gz
lilv-8ebaf1387735173e72ab79eeda2de328cd279e12.tar.bz2
lilv-8ebaf1387735173e72ab79eeda2de328cd279e12.zip
Lilv 0.24.22v0.24.22
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 68c1145..736cb79 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.21'
+version = '0.24.22'
# The full version, including alpha/beta/rc tags.
-release = '0.24.21'
+release = '0.24.22'
# 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 ab7a20b..a8dcfec 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.21"
+__version__ = "0.24.22"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"