patch bump

This commit is contained in:
onyx-and-iris 2026-03-21 00:05:42 +00:00
parent c4c8e64e83
commit b83b35035a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "vban-tui" name = "vban-tui"
version = "0.2.0" version = "0.2.1"
description = "A Textual-based TUI for VBAN Text" description = "A Textual-based TUI for VBAN Text"
readme = "README.md" readme = "README.md"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }] authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]

2
uv.lock generated
View File

@ -362,7 +362,7 @@ requires-dist = [{ name = "tomli", marker = "python_full_version < '3.11'", spec
[[package]] [[package]]
name = "vban-tui" name = "vban-tui"
version = "0.2.0" version = "0.2.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "pydantic-settings" }, { name = "pydantic-settings" },