add missing help messages

patch bump
This commit is contained in:
2026-03-05 19:59:32 +00:00
parent cd5b8b0636
commit 4dd01a0e99
7 changed files with 28 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
[project]
name = "vban-cli"
version = "0.12.1"
version = "0.12.2"
description = "A command-line interface for Voicemeeter leveraging VBAN."
readme = "README.md"
license = { text = "LICENSE" }
requires-python = ">=3.13"
dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.9.4"]
dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.9.6"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",