From 5e36c42cde867cbb96c34ef752b525afc137d69d Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:01:01 +0100 Subject: [PATCH] Incremented `aaredaqlib` version to `0.2.72`, build and publish --- common/pyproject.toml | 2 +- daq/pyproject.toml | 2 +- gui/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/pyproject.toml b/common/pyproject.toml index 090df1b7..037a399e 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.71" +version = "0.2.72" description = "Libraries shared between AareDAQ and AareGUI" readme = "README.md" requires-python = ">=3.11" diff --git a/daq/pyproject.toml b/daq/pyproject.toml index fda8b86b..2d061326 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "python_multipart==0.0.20", "websocket-client==1.8.0", "sseclient-py==1.8.0", - "aaredaqlib==0.2.71" + "aaredaqlib==0.2.72" ] [lint] diff --git a/gui/pyproject.toml b/gui/pyproject.toml index deb0a82f..229e9eb8 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "pyzmq==26.4.0", "opencv-python-headless==4.11.0.86", "PySide6==6.9.0", - "aaredaqlib==0.2.71" + "aaredaqlib==0.2.72" ] [lint]