From 8c8547bfddd58b66c1ed254072bd0cfab2f671b6 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 3 Nov 2023 20:31:23 +0100 Subject: [PATCH] bindings: python: gpiod v2.1.1 This is a small bugfix release of the python bindings fixing how the homepage on pypi is displayed. 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 0711b1d..82077ff 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.0" +__version__ = "2.1.1" -- 2.30.2