bump vban-cmd dep version

minor bump
This commit is contained in:
2026-03-02 21:13:39 +00:00
parent bf058e910e
commit 2693fcce2c
2 changed files with 4 additions and 4 deletions

View File

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