diff --git a/common/pyproject.toml b/common/pyproject.toml index 090df1b7..037a399e 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.71" +version = "0.2.72" description = "Libraries shared between AareDAQ and AareGUI" readme = "README.md" requires-python = ">=3.11" diff --git a/daq/pyproject.toml b/daq/pyproject.toml index fda8b86b..2d061326 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "python_multipart==0.0.20", "websocket-client==1.8.0", "sseclient-py==1.8.0", - "aaredaqlib==0.2.71" + "aaredaqlib==0.2.72" ] [lint] diff --git a/gui/pyproject.toml b/gui/pyproject.toml index deb0a82f..229e9eb8 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "pyzmq==26.4.0", "opencv-python-headless==4.11.0.86", "PySide6==6.9.0", - "aaredaqlib==0.2.71" + "aaredaqlib==0.2.72" ] [lint]