diff --git a/common/pyproject.toml b/common/pyproject.toml index 94ed3a78..f5c70acf 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.4" +version = "0.2.6" 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 392ba998..f6555b7d 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.2.4" +version = "0.2.6" description = "AareDAQ data acquisition server" readme = "README.md" requires-python = ">=3.11"