From 0f70cc010bc262589340099581d1d79152a8f140 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 Mar 2024 13:06:54 -0400 Subject: Fix library current_version on MacOS --- 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 5e626f0..52d514a 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.24' +version = '0.24.25' # The full version, including alpha/beta/rc tags. -release = '0.24.24' +release = '0.24.25' # 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 643dcb1..69f6e7d 100644 --- a/bindings/python/lilv.py +++ b/bindings/python/lilv.py @@ -6,7 +6,7 @@ __author__ = "David Robillard" __copyright__ = "Copyright 2016-2024 David Robillard" __license__ = "ISC" -__version__ = "0.24.24" +__version__ = "0.24.25" __maintainer__ = "David Robillard" __email__ = "d@drobilla.net" __status__ = "Production" -- cgit v1.2.1