number of patch composite buttons fixed

for banana and potato kinds

voicemeeter-api dependency bump

patch bump
This commit is contained in:
2023-09-29 01:09:18 +01:00
parent 9cd65737e5
commit 912eb8c14d
4 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "nvda_voicemeeter"
version = "0.5.1"
version = "0.5.3"
description = "A Voicemeeter app compatible with NVDA"
authors = [
{ name = "onyx-and-iris", email = "code@onyxandiris.online" },
@@ -8,7 +8,7 @@ authors = [
dependencies = [
"pysimplegui>=4.60.5",
"pyparsing>=3.1.1",
"voicemeeter-api>=2.4.10",
"voicemeeter-api>=2.4.11",
]
requires-python = ">=3.10,<3.12"
readme = "README.md"