Update daq/pyproject.toml
Build and Publish / build (push) Successful in 22s
Build and Publish / Build and Deploy Docs (push) Has been cancelled

This commit is contained in:
2026-02-18 13:35:33 +01:00
parent 326e7650cb
commit c5ae6e4e94
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.2.69"
version = "0.2.70"
description = "AareDAQ data acquisition server"
readme = "README.md"
requires-python = ">=3.11"
@@ -18,7 +18,7 @@ dependencies = [
"python_multipart==0.0.20",
"websocket-client==1.8.0",
"sseclient-py==1.8.0",
"aaredaqlib==0.2.69"
"aaredaqlib==0.2.70"
]
[lint]