summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/conf.py6
-rw-r--r--bindings/python/lilv.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/bindings/python/conf.py b/bindings/python/conf.py
index 736cb79..64252ed 100644
--- a/bindings/python/conf.py
+++ b/bindings/python/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright 2016-2022 David Robillard <d@drobilla.net>
+# Copyright 2016-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
#
@@ -60,9 +60,9 @@ copyright = u'2016, David Robillard'
# built documents.
#
# The short X.Y version.
-version = '0.24.22'
+version = '0.24.23'
# The full version, including alpha/beta/rc tags.
-release = '0.24.22'
+release = '0.24.23'
# 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 a8dcfec..ac0c46e 100644
--- a/bindings/python/lilv.py
+++ b/bindings/python/lilv.py
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: ISC
__author__ = "David Robillard"
-__copyright__ = "Copyright 2016-2022 David Robillard"
+__copyright__ = "Copyright 2016-2024 David Robillard"
__license__ = "ISC"
__version__ = "0.24.22"
__maintainer__ = "David Robillard"