release version 0.2.0

This commit is contained in:
David Lord 2025-01-14 14:35:23 -08:00
parent 37fc6104ce
commit b675431f94
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
## Version 0.2.0 ## Version 0.2.0
Unreleased Released 2025-01-14
- If a PR already exists from a previous failed run, force push to update the - If a PR already exists from a previous failed run, force push to update the
existing branch and PR. existing branch and PR.

View file

@ -1,6 +1,6 @@
[project] [project]
name = "modify-repos" name = "modify-repos"
version = "0.2.0.dev" version = "0.2.0"
description = "Apply changes across multiple repos at once." description = "Apply changes across multiple repos at once."
readme = "README.md" readme = "README.md"
authors = [{ name = "David Lord" }] authors = [{ name = "David Lord" }]

2
uv.lock generated
View file

@ -335,7 +335,7 @@ wheels = [
[[package]] [[package]]
name = "modify-repos" name = "modify-repos"
version = "0.2.0.dev0" version = "0.2.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "click" }, { name = "click" },