From bfa9bf04a95d762bf09e2e5729e9f0c11453b1aa Mon Sep 17 00:00:00 2001 From: appleb_m Date: Fri, 26 Jun 2026 17:04:06 +0200 Subject: [PATCH] Bump version to 0.3.3 for PyPI publish Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8295748..d55fa534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.3.1" +version = "0.3.3" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"