diff --git a/pyproject.toml b/pyproject.toml index e1c3993..1ebda9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/uv.lock b/uv.lock index 90cdfd7..f219801 100644 --- a/uv.lock +++ b/uv.lock @@ -124,7 +124,7 @@ wheels = [ [[package]] name = "vban-cli" -version = "0.9.3" +version = "0.10.0" source = { editable = "." } dependencies = [ { name = "cyclopts" }, @@ -141,7 +141,7 @@ requires-dist = [ [[package]] name = "vban-cmd" -version = "2.8.1" +version = "2.9.0" source = { editable = "../vban-cmd-python" } [package.metadata]