From 2e12df395fcafbcec609ff9af138b809dadcf2a2 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:02:22 +0100 Subject: [PATCH] Incremented `aaredaqlib` version to `0.2.72`, build and publish --- daq/pyproject.toml | 2 +- gui/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daq/pyproject.toml b/daq/pyproject.toml index 2d061326..4ef913dc 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.2.71" +version = "0.2.72" description = "AareDAQ data acquisition server" readme = "README.md" requires-python = ">=3.11" diff --git a/gui/pyproject.toml b/gui/pyproject.toml index 229e9eb8..edc8531e 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaregui" -version = "0.2.71" +version = "0.2.72" description = "Beamline control GUI" readme = "README.md" requires-python = ">=3.11"