upd call to vban_cmd

minor bump
This commit is contained in:
2026-03-02 23:27:11 +00:00
parent 18ed3ea7fb
commit a2ae240605
3 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
[project]
name = "vban-cli"
version = "0.11.1"
version = "0.12.0"
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.0"]
dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.9.1"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",