patch bump

This commit is contained in:
2024-07-03 08:33:20 +01:00
parent 9969506698
commit e645437d1d
2 changed files with 123 additions and 114 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "nvda_voicemeeter"
version = "0.6.3"
version = "0.6.4"
description = "A Voicemeeter app compatible with NVDA"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = [
@@ -16,7 +16,6 @@ text = "MIT"
[tool.pdm.dev-dependencies]
lint = ["black>=23.7.0", "ruff>=0.0.291", "mypy>=1.7.0"]
test = ["psgdemos>=1.12.1"]
build = ["pyinstaller>=6.3.0"]
[tool.pdm.scripts.build]