1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-30 23:11:32 +02:00

tools: Move python tools to version 0.0.6

A new release has been done with this version, so update it. Use the
version numbers in dependencies also.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2023-11-19 08:36:06 -07:00
committed by Tom Rini
parent dff917d973
commit 049ee90903
5 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "u_boot_pylib"
version = "0.0.2"
version = "0.0.6"
authors = [
{ name="Simon Glass", email="sjg@chromium.org" },
]