diff --git a/CHANGES.md b/CHANGES.md index d17fc38..27a7d4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ ## Version 0.2.0 -Unreleased +Released 2025-01-14 - If a PR already exists from a previous failed run, force push to update the existing branch and PR. diff --git a/pyproject.toml b/pyproject.toml index e6c4366..214d51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "modify-repos" -version = "0.2.0.dev" +version = "0.2.0" description = "Apply changes across multiple repos at once." readme = "README.md" authors = [{ name = "David Lord" }] diff --git a/uv.lock b/uv.lock index 284f4bc..e8b749a 100644 --- a/uv.lock +++ b/uv.lock @@ -335,7 +335,7 @@ wheels = [ [[package]] name = "modify-repos" -version = "0.2.0.dev0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "click" },