summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-09 09:45:27 -0400
committerDavid Robillard <d@drobilla.net>2022-08-09 09:45:27 -0400
commitb8a3a735fec4def1bdc98e775568fdd250d5a0a2 (patch)
treeaa210fda16af0b9279f71feee50eb68d26a66dff /bindings/python
parenta15b01e4f211d3fae909c7c7b9bd02045a801ef1 (diff)
downloadlilv-b8a3a735fec4def1bdc98e775568fdd250d5a0a2.tar.gz
lilv-b8a3a735fec4def1bdc98e775568fdd250d5a0a2.tar.bz2
lilv-b8a3a735fec4def1bdc98e775568fdd250d5a0a2.zip
Allow programs to be used from subproject
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 2390d65..ef72ba1 100644
--- a/bindings/python/conf.py
+++ b/bindings/python/conf.py
@@ -56,9 +56,9 @@ copyright = u'2016, David Robillard'
# built documents.
#
# The short X.Y version.
-version = '0.24.16'
+version = '0.24.17'
# The full version, including alpha/beta/rc tags.
-release = '0.24.16'
+release = '0.24.17'
# 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 fbd581c..a0ca308 100644
--- a/bindings/python/lilv.py
+++ b/bindings/python/lilv.py
@@ -3,7 +3,7 @@
__author__ = "David Robillard"
__copyright__ = "Copyright 2016-2020 David Robillard"
__license__ = "ISC"
-__version__ = "0.24.16"
+__version__ = "0.24.17"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"