start version 0.1.1

This commit is contained in:
David Lord 2025-01-14 12:26:50 -08:00
parent dff0232764
commit 78bbd954d9
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## Version 0.1.1
Unreleased
## Version 0.1.0
Released 2025-01-14

View file

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