channels and gainlayers now using is_updated

minor ver bump. dependencies updated.
This commit is contained in:
onyx-and-iris
2022-07-06 13:57:52 +01:00
parent e9477d9650
commit 24870e1861
3 changed files with 18 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-compact"
version = "1.0.5"
version = "1.0.6"
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.1.9", python = "^3.10" }
vban-cmd = { version = "^1.0.8", python = "^3.10" }
voicemeeter-api = { version = "^0.2.0", python = "^3.10" }
vban-cmd = { version = "^1.1.0", python = "^3.10" }
[tool.poetry.dev-dependencies]