diff --git a/pyproject.toml b/pyproject.toml index 4a1f491..ea741ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "vban-cli" -version = "0.7.0" +version = "0.7.1" 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.0"] +dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.8.1"] classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Python",