From 326e7650cb87d06314957e0e5f9ee93ed2ae8349 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Wed, 18 Feb 2026 13:34:35 +0100 Subject: [PATCH] Update gui/pyproject.toml --- gui/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/pyproject.toml b/gui/pyproject.toml index 86896082..2e20f6f4 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaregui" -version = "0.2.69" +version = "0.2.70" 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.69" + "aaredaqlib==0.2.70" ] [lint]