From c730ec456d47e1af55d87e7b12e0b73e25f97f7e Mon Sep 17 00:00:00 2001 From: appleb_m Date: Fri, 21 Nov 2025 11:07:46 +0100 Subject: [PATCH] Daq: update version to 0.2.61 --- daq/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daq/pyproject.toml b/daq/pyproject.toml index f6555b7d..dbdc7386 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.2.6" +version = "0.2.61" description = "AareDAQ data acquisition server" readme = "README.md" requires-python = ">=3.11"