diff --git a/pyproject.toml b/pyproject.toml index 5f8152c..cdf7f61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/src/vban_cli/app.py b/src/vban_cli/app.py index f69a1c4..fd75d2f 100644 --- a/src/vban_cli/app.py +++ b/src/vban_cli/app.py @@ -53,7 +53,7 @@ def launcher( try: with vban_cmd.api( vban_config.kind, - ip=vban_config.host, + host=vban_config.host, port=vban_config.port, streamname=vban_config.streamname, disable_rt_listeners=disable_rt_listeners, diff --git a/uv.lock b/uv.lock index 99ec534..02df483 100644 --- a/uv.lock +++ b/uv.lock @@ -124,7 +124,7 @@ wheels = [ [[package]] name = "vban-cli" -version = "0.11.1" +version = "0.12.0" source = { editable = "." } dependencies = [ { name = "cyclopts" }, @@ -141,7 +141,7 @@ requires-dist = [ [[package]] name = "vban-cmd" -version = "2.9.0" +version = "2.9.1" source = { editable = "../vban-cmd-python" } [package.metadata]