bindings: python: bump version to v2.0.1
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 13 Apr 2023 07:49:41 +0000 (09:49 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 13 Apr 2023 07:49:41 +0000 (09:49 +0200)
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 <bartosz.golaszewski@linaro.org>
bindings/python/gpiod/version.py

index c650969627a89c2bcaba992ccef1f8d91dd9a880..1ad903e091467d72972f4974068b9e05a7848c2f 100644 (file)
@@ -2,4 +2,4 @@
 # SPDX-FileCopyrightText: 2022 Linaro Ltd.
 # SPDX-FileCopyrightTest: 2022 Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
 
-__version__ = "2.0.0"
+__version__ = "2.0.1"