From 7fe37d395fb5a27490e50e57fc360eaa7a44cc32 Mon Sep 17 00:00:00 2001 From: jkerdreux-imt <jerome.kerdreux@imt-atlantique.fr> Date: Mon, 27 Jan 2025 15:51:01 +0100 Subject: [PATCH] Bump versions --- apps/tools/pyproject.toml | 2 +- libs/lib/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tools/pyproject.toml b/apps/tools/pyproject.toml index 0fd45494..72ad7801 100644 --- a/apps/tools/pyproject.toml +++ b/apps/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xaal.tools" -version = "0.6.2" +version = "0.6.3" description = "xAAL devices tools" readme = "README.rst" authors = [ diff --git a/libs/lib/pyproject.toml b/libs/lib/pyproject.toml index 826fb09d..50e42115 100644 --- a/libs/lib/pyproject.toml +++ b/libs/lib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xaal.lib" -version = "0.7.10" +version = "0.7.11" description = "Official Python stack for xAAL protocol" readme = "README.rst" authors = [ -- GitLab