From 665f360a266c2c5dbcd4632238743e503c492b9e Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 9 Nov 2023 21:26:53 +0100 Subject: [PATCH] bindings: python: gpiod v2.1.3 Another small bugfix release addressing an issue with building tests. Signed-off-by: Bartosz Golaszewski --- bindings/python/gpiod/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/gpiod/version.py b/bindings/python/gpiod/version.py index 8460372..6fabfa8 100644 --- a/bindings/python/gpiod/version.py +++ b/bindings/python/gpiod/version.py @@ -2,4 +2,4 @@ # SPDX-FileCopyrightText: 2022 Linaro Ltd. # SPDX-FileCopyrightText: 2022 Bartosz Golaszewski -__version__ = "2.1.2" +__version__ = "2.1.3" -- 2.30.2