dependencies updated.

minor version bump.

changelog, readme updated to reflect recent changes.
This commit is contained in:
onyx-and-iris
2022-07-16 22:15:48 +01:00
parent a4dc2adf72
commit dfa43a8072
4 changed files with 33 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-compact"
version = "1.0.12"
version = "1.3.0"
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.2.2", python = "^3.10" }
vban-cmd = { version = "^1.1.2", python = "^3.10" }
voicemeeter-api = { version = "^0.3.0", python = "^3.10" }
vban-cmd = { version = "^1.2.0", python = "^3.10" }
[tool.poetry.dev-dependencies]
black = {version = "^22.6.0", allow-prereleases = true}