release version 0.1.1

This commit is contained in:
David Lord 2025-01-14 13:49:37 -08:00
parent 1c7b8fff96
commit d80175d9a2
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.1.1
Unreleased
Released 2025-01-14
- Submit is disabled by default.
- Error if target and work branch are the same.

View file

@ -1,6 +1,6 @@
[project]
name = "modify-repos"
version = "0.1.1.dev"
version = "0.1.1"
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.1.1.dev0"
version = "0.1.1"
source = { editable = "." }
dependencies = [
{ name = "click" },