diff --git a/common/pyproject.toml b/common/pyproject.toml index 4c697748..9b9fcf64 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.65" +version = "0.2.66" 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 205da37c..e50b7822 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.65", + "aaredaqlib==0.2.66", ] [lint] diff --git a/gui/pyproject.toml b/gui/pyproject.toml index 7394ddb5..8d68e539 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaregui" -version = "0.2.65" +version = "0.2.66" 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.65" + "aaredaqlib==0.2.66" ] [lint]