Merge pull request #8 from davidism/release-0.2.0

release version 0.2.0
This commit is contained in:
David Lord 2025-01-14 14:40:03 -08:00 committed by GitHub
commit 4901f86f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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" }]

2
uv.lock generated
View file

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