minor bump

This commit is contained in:
onyx-and-iris 2026-03-21 00:00:52 +00:00
parent ae39a318d9
commit 240c9071ef
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "vban-tui"
version = "0.1.0"
version = "0.2.0"
description = "A Textual-based TUI for VBAN Text"
readme = "README.md"
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]]
name = "vban-tui"
version = "0.1.0"
version = "0.2.0"
source = { editable = "." }
dependencies = [
{ name = "pydantic-settings" },