bump cyclopts dep version

add ToC to README.
add Shell Completion section to README

patch bump
This commit is contained in:
2026-03-23 23:22:16 +00:00
parent 372baa7804
commit 185e9f2287
3 changed files with 27 additions and 12 deletions

View File

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