aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-13 09:49:41 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-13 09:49:41 +0200
commit0929f3990edda0c84ce4c82156c94989580e88a3 (patch)
treed25e9d195af8b8bfd4798a32117b8a2d29c5753f
parentff1245f351dd1e8354d23eb972cec3b84c4589d3 (diff)
downloadlibgpiod-0929f3990edda0c84ce4c82156c94989580e88a3.tar.gz
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 <bartosz.golaszewski@linaro.org>
-rw-r--r--bindings/python/gpiod/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/gpiod/version.py b/bindings/python/gpiod/version.py
index c6509696..1ad903e0 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 <bartosz.golaszewski@linaro.org>
-__version__ = "2.0.0"
+__version__ = "2.0.1"