diff --git a/README.md b/README.md index 3c0ea3a..cd4e10c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ phase-memory must be a sibling checkout at `../phase-memory` by default, or set ### Upgrade after a release -When a new tag is published on Forgejo (e.g. `v0.1.1`): +When a new tag is published on Forgejo (e.g. `v0.1.2`): ```bash cd ~/ops-warden @@ -98,7 +98,7 @@ Check out a specific release: ```bash git fetch --tags origin -git checkout v0.1.1 +git checkout v0.1.2 make install-all ``` diff --git a/pyproject.toml b/pyproject.toml index bc62158..814749e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ops-warden" -version = "0.1.1" +version = "0.1.2" description = "SSH CA and certificate lifecycle manager for ops actors" requires-python = ">=3.11" dependencies = [ diff --git a/uv.lock b/uv.lock index d6d0f5f..e920abb 100644 --- a/uv.lock +++ b/uv.lock @@ -131,7 +131,7 @@ wheels = [ [[package]] name = "ops-warden" -version = "0.1.0" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "httpx" },