From 70d67aa558285d2941115f8b1f76143075025197 Mon Sep 17 00:00:00 2001 From: jkerdreux-imt <jerome.kerdreux@imt-atlantique.fr> Date: Sun, 15 Dec 2024 02:34:46 +0100 Subject: [PATCH] Push new version on PyPi It's time to release. I know monitor still need some works. More to come.. (need to fix buttons). --- apps/tools/pyproject.toml | 2 +- libs/lib/pyproject.toml | 2 +- libs/monitor/pyproject.toml | 2 +- libs/schemas/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/tools/pyproject.toml b/apps/tools/pyproject.toml index f2210555..0fd45494 100644 --- a/apps/tools/pyproject.toml +++ b/apps/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xaal.tools" -version = "0.6.1" +version = "0.6.2" description = "xAAL devices tools" readme = "README.rst" authors = [ diff --git a/libs/lib/pyproject.toml b/libs/lib/pyproject.toml index 88cad2e5..c0470e28 100644 --- a/libs/lib/pyproject.toml +++ b/libs/lib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xaal.lib" -version = "0.7.7" +version = "0.7.8" description = "Official Python stack for xAAL protocol" readme = "README.rst" authors = [ diff --git a/libs/monitor/pyproject.toml b/libs/monitor/pyproject.toml index 8532a5ea..4d82256f 100644 --- a/libs/monitor/pyproject.toml +++ b/libs/monitor/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xaal.monitor" -version = "0.3" +version = "0.4" description = "xAAL devices Monitor Lib" readme = "README.rst" authors = [ diff --git a/libs/schemas/pyproject.toml b/libs/schemas/pyproject.toml index a81c758f..2f4526f5 100644 --- a/libs/schemas/pyproject.toml +++ b/libs/schemas/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xaal.schemas" -version = "0.3" +version = "0.4" description = "xAAL devices build from schemas" readme = "README.rst" authors = [ -- GitLab