fix bus mono implementation

bump vban-cmd dep version

patch bump
This commit is contained in:
2026-03-01 17:23:38 +00:00
parent 78952aa3ff
commit dd0d150202
3 changed files with 12 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
[project]
name = "vban-cli"
version = "0.4.2"
version = "0.4.3"
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.6.0"]
dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.7.1"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python",