diff --git a/project.ini b/project.ini index b8b1c8f..e401f05 100644 --- a/project.ini +++ b/project.ini @@ -1,8 +1,8 @@ [project] name = healthagent type = application -version = 2.0.0 +version = 2.0.1 [blobs] -Files = healthagent-2.0.0.tar.gz +Files = healthagent-2.0.1.tar.gz diff --git a/pyproject.toml b/pyproject.toml index 38cafa7..3505276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "healthagent" -version = "2.0.0" +version = "2.0.1" requires-python = ">=3.11" dependencies = ["dbus-next", "systemd-python", "pyyaml", "pydantic>=2,<3"] diff --git a/specs/default/cluster-init/scripts/00-install.sh b/specs/default/cluster-init/scripts/00-install.sh index 518f585..71948af 100755 --- a/specs/default/cluster-init/scripts/00-install.sh +++ b/specs/default/cluster-init/scripts/00-install.sh @@ -4,7 +4,7 @@ set -e set -o pipefail # Cluster-Init (v1) script to setup healthagent -HEALTHAGENT_VERSION=2.0.0 +HEALTHAGENT_VERSION=2.0.1 HEALTHAGENT_DIR="/opt/healthagent" VENV_DIR="$HEALTHAGENT_DIR/.venv" LOG_FILE="$HEALTHAGENT_DIR/healthagent_install.log"