From: Bartosz Golaszewski Date: Thu, 13 Apr 2023 07:49:41 +0000 (+0200) Subject: bindings: python: bump version to v2.0.1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0929f3990edda0c84ce4c82156c94989580e88a3;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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"