mirror of
https://github.com/davidism/modify-repos.git
synced 2025-07-07 11:25:37 +00:00
Merge pull request #8 from davidism/release-0.2.0
release version 0.2.0
This commit is contained in:
commit
4901f86f5e
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
2
uv.lock
generated
|
@ -335,7 +335,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "modify-repos"
|
||||
version = "0.2.0.dev0"
|
||||
version = "0.2.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "click" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue