From 96d897c5981d60ac52c33a9f9ac66753998fa4ed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 Aug 2022 20:26:23 -0400 Subject: Update project metadata --- bindings/python/conf.py | 4 ++-- bindings/python/lilv.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bindings/python') diff --git a/bindings/python/conf.py b/bindings/python/conf.py index 6eb7b69..26a0b2f 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.18' +version = '0.24.19' # The full version, including alpha/beta/rc tags. -release = '0.24.18' +release = '0.24.19' # 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 d753c3f..ee9c11c 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.18" +__version__ = "0.24.19" __maintainer__ = "David Robillard" __email__ = "d@drobilla.net" __status__ = "Production" -- cgit v1.2.1