From 192e290a67d2ab9295375628c2c23a00988be3ba Mon Sep 17 00:00:00 2001 From: appleb_m Date: Tue, 18 Nov 2025 16:52:46 +0100 Subject: [PATCH] Update pyproject.toml for aaredaq to 0.2.6 --- common/pyproject.toml | 2 +- daq/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/pyproject.toml b/common/pyproject.toml index 94ed3a78..f5c70acf 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.4" +version = "0.2.6" 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 392ba998..f6555b7d 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.2.4" +version = "0.2.6" description = "AareDAQ data acquisition server" readme = "README.md" requires-python = ">=3.11"