From d7df79b798a30ff3051dac6744dc3301ec52d40c Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:12:25 +0100 Subject: [PATCH] upd vban-cmd ver patch bump --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 709a7cb..097e529 100644 --- a/poetry.lock +++ b/poetry.lock @@ -107,7 +107,7 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""} [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "2da10e88db831f9945432bd84f6423aa16985e1d99cdd95d886101a361a5a922" +content-hash = "5c59ce43f535924db8cfddd40b9b97ff53861fa43f340396d06a69a0ca80451f" [metadata.files] black = [] diff --git a/pyproject.toml b/pyproject.toml index 3c6deb9..bdde717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "voicemeeter-compact" -version = "1.6.2" +version = "1.6.3" description = "A Compact Voicemeeter Remote App" authors = ["onyx-and-iris "] license = "MIT" @@ -17,7 +17,7 @@ python = "^3.10" sv-ttk = "^2.0" tomli = { version = "^2.0.1", python = "<3.11" } voicemeeter-api = "^0.8.2" -vban-cmd = "^1.5.3" +vban-cmd = "^1.5.4" [tool.poetry.dev-dependencies] black = {version = "^22.6.0", allow-prereleases = true}