From fd7a7adaab368be09b31d4e04829d26836da6508 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Thu, 26 Jun 2025 13:32:36 +0200 Subject: [PATCH] RELEASE: 0.2.1 --- common/pyproject.toml | 2 +- daq/pyproject.toml | 4 ++-- gui/pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/pyproject.toml b/common/pyproject.toml index e586c797..cf769fc0 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.0" +version = "0.2.1" 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 251092ae..38c02934 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.1.0" +version = "0.2.1" description = "AareDAQ data acquisition server" readme = "README.md" requires-python = ">=3.11" @@ -18,7 +18,7 @@ dependencies = [ "python_multipart==0.0.20", "websocket-client", "sseclient-py>=1.8.0", - "aaredaqlib==0.2.0", + "aaredaqlib==0.2.1", ] [lint] diff --git a/gui/pyproject.toml b/gui/pyproject.toml index 0cb7e9d4..0989f350 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaregui" -version = "0.2.0" +version = "0.2.1" description = "Beamline control GUI" readme = "README.md" requires-python = ">=3.11" @@ -9,7 +9,7 @@ dependencies = [ "pyzmq==26.4.0", "opencv-python-headless==4.11.0.86", "PySide6==6.9.0", - "aaredaqlib==0.2.0" + "aaredaqlib==0.2.1" ] [lint]