updates to reflect changes to vm-api and vban-cmd.

patch bump
This commit is contained in:
onyx-and-iris
2022-08-02 10:06:35 +01:00
parent ca548187f1
commit bb65f1b819
5 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-compact"
version = "1.3.0"
version = "1.3.1"
description = "A Compact Voicemeeter Remote App"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
@@ -15,8 +15,8 @@ include = ["vmcompact/img/cat.ico"]
[tool.poetry.dependencies]
python = "^3.11"
sv-ttk = "^0.1"
voicemeeter-api = { version = "^0.3.0", python = "^3.10" }
vban-cmd = { version = "^1.2.0", python = "^3.10" }
voicemeeter-api = { version = "^0.6.0", python = "^3.10" }
vban-cmd = { version = "^1.3.0", python = "^3.10" }
[tool.poetry.dev-dependencies]
black = {version = "^22.6.0", allow-prereleases = true}