From 0929f3990edda0c84ce4c82156c94989580e88a3 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 13 Apr 2023 09:49:41 +0200 Subject: [PATCH] bindings: python: bump version to v2.0.1 Update the version of python bindings to v2.0.1. I treat it as a bug-fix release as the changes only apply to packaging and building (in preparation for making the package available on pypi) and there are no functional changes in the bindings. 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 c650969..1ad903e 100644 --- a/bindings/python/gpiod/version.py +++ b/bindings/python/gpiod/version.py @@ -2,4 +2,4 @@ # SPDX-FileCopyrightText: 2022 Linaro Ltd. # SPDX-FileCopyrightTest: 2022 Bartosz Golaszewski -__version__ = "2.0.0" +__version__ = "2.0.1" -- 2.30.2