RELEASE: 0.2.1
Build and Publish / build (push) Successful in 21s

This commit is contained in:
2025-06-26 13:32:36 +02:00
parent b27d28b6a1
commit fd7a7adaab
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaqlib"
version = "0.2.0"
version = "0.2.1"
description = "Libraries shared between AareDAQ and AareGUI"
readme = "README.md"
requires-python = ">=3.11"
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.1.0"
version = "0.2.1"
description = "AareDAQ data acquisition server"
readme = "README.md"
requires-python = ">=3.11"
@@ -18,7 +18,7 @@ dependencies = [
"python_multipart==0.0.20",
"websocket-client",
"sseclient-py>=1.8.0",
"aaredaqlib==0.2.0",
"aaredaqlib==0.2.1",
]
[lint]
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "aaregui"
version = "0.2.0"
version = "0.2.1"
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.0"
"aaredaqlib==0.2.1"
]
[lint]