From cfed01a717321350db1cd05f1a4c0700379b041f Mon Sep 17 00:00:00 2001 From: badtst Date: Fri, 4 Sep 2026 16:37:54 +0000 Subject: [PATCH] Version bump --- install.sh | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0046b6f..e5f198b 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash DEFAULT_INSTALL_DIR="/opt/warden" -WARDEN_VERSION="${WARDEN_VERSION:-v0.2.0}" +WARDEN_VERSION="${WARDEN_VERSION:-v0.3.0}" if [[ -t 1 && -z "${NO_COLOR:-}" ]]; then COLOR_BOLD=$'\033[1m' diff --git a/pyproject.toml b/pyproject.toml index 873135f..76cd557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "warden" -version = "0.2.0" +version = "0.3.0" authors = [] description = "FastAPI middleware for receiving and validating quantum jobs" readme = "README.md"