use vm.version for healthcheck

update deps

patch bump
This commit is contained in:
2023-07-13 01:32:01 +01:00
parent b809bcb28f
commit 0ad40ab708
3 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-compact"
version = "1.9.0"
version = "1.9.1"
description = "A Compact Voicemeeter Remote App"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
@@ -14,8 +14,8 @@ include = ["vmcompact/img/cat.ico"]
python = "^3.10"
sv-ttk = "^2.5.1"
tomli = { version = "^2.0.1", python = "<3.11" }
voicemeeter-api = "^2.1.2"
vban-cmd = "^2.2.0"
voicemeeter-api = "^2.3.2"
vban-cmd = "^2.3.2"
[tool.poetry.dev-dependencies]
black = { version = "^22.6.0", allow-prereleases = true }