From 0906f3343b836333abdc2f84c346ef976a41e4c3 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:03:46 +0100 Subject: [PATCH] upd dependencies patch bump --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index ed1d523..709a7cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -84,7 +84,7 @@ python-versions = ">=3.7" [[package]] name = "vban-cmd" -version = "1.5.3" +version = "1.5.4" description = "Python interface for the VBAN RT Packet Service (Sendtext)" category = "main" optional = false diff --git a/pyproject.toml b/pyproject.toml index b0f8794..3c6deb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "voicemeeter-compact" -version = "1.6.1" +version = "1.6.2" description = "A Compact Voicemeeter Remote App" authors = ["onyx-and-iris "] license = "MIT"