mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
fixed bug in vban-cmd
patch bump
This commit is contained in:
parent
cd92392351
commit
1cb8bdd908
4
poetry.lock
generated
4
poetry.lock
generated
@ -84,7 +84,7 @@ python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "vban-cmd"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -107,7 +107,7 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""}
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "4ffa0dfa37f0db98eb78bdb7e13de065c3f0a0e9c3fa5ddb10c9c749ad74b5d8"
|
||||
content-hash = "362a7a694575cddee7abaecd8e08eb720659b73321b54b9479d217f3c035a5f9"
|
||||
|
||||
[metadata.files]
|
||||
black = []
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "voicemeeter-compact"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
description = "A Compact Voicemeeter Remote App"
|
||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
||||
license = "MIT"
|
||||
@ -17,7 +17,7 @@ python = "^3.10"
|
||||
sv-ttk = "^0.1"
|
||||
tomli = { version = "^2.0.1", python = "<3.11" }
|
||||
voicemeeter-api = "^0.7.0"
|
||||
vban-cmd = "^1.4.0"
|
||||
vban-cmd = "^1.4.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = {version = "^22.6.0", allow-prereleases = true}
|
||||
|
Loading…
Reference in New Issue
Block a user