minor bump

This commit is contained in:
onyx-and-iris 2026-02-27 16:51:07 +00:00
parent 214116bf97
commit 1e76c2afd9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "vmr-cli" name = "vmr-cli"
version = "0.1.0" version = "0.2.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
license = { text = "LICENSE" } license = { text = "LICENSE" }

2
uv.lock generated
View File

@ -110,7 +110,7 @@ requires-dist = [{ name = "tomli", marker = "python_full_version < '3.11'", spec
[[package]] [[package]]
name = "vmr-cli" name = "vmr-cli"
version = "0.1.0" version = "0.2.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "cyclopts" }, { name = "cyclopts" },