minor bump

update README with example bits in config
This commit is contained in:
2025-01-24 00:49:55 +00:00
parent 5534381981
commit d95a2280c6
3 changed files with 24 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "nvda-addon-voicemeeter"
version = "1.0.0"
version = "1.1.0"
description = "A GUI-less NVDA Addon for Voicemeeter using the Remote API"
authors = [
{name = "Onyx and Iris", email = "code@onyxandiris.online"},
@@ -51,8 +51,8 @@ exclude = [
line-length = 120
indent-width = 4
# Assume Python 3.10
target-version = "py310"
# Assume Python 3.11
target-version = "py311"
[tool.ruff.lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.