diff --git a/daq/pyproject.toml b/daq/pyproject.toml index 8b75faa0..70648f77 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -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]