patch ver bump

This commit is contained in:
onyx-and-iris
2022-10-19 14:54:25 +01:00
parent 3f306ddf62
commit 3b6e1f61a4
2 changed files with 8 additions and 8 deletions

View File

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