patch bump

This commit is contained in:
onyx-and-iris 2025-06-17 09:54:00 +01:00
parent 58ec875521
commit 3d56ba99b6
2 changed files with 3 additions and 3 deletions

View File

@ -231,7 +231,7 @@ The following properties are available.
- `on`: boolean
- `type`: int, from 0 up to 6
- `f`: float, from 2.0 up to 20_000.0
- `f`: float, from 20.0 up to 20_000.0
- `gain`: float, from -36.0 up to 18.0
- currently there is a bug with the remote API, only values -12 up to +12 are settable, this will be fixed in an upcoming patch.
- `q`: float, from 0.3 up to 100
@ -316,7 +316,7 @@ The following properties are available.
- `on`: boolean
- `type`: int, from 0 up to 6
- `f`: float, from 2.0 up to 20_000.0
- `f`: float, from 20.0 up to 20_000.0
- `gain`: float, from -36.0 up to 18.0
- currently there is a bug with the remote API, only values -12 up to +12 are settable, this will be fixed in an upcoming patch.
- `q`: float, from 0.3 up to 100.0

View File

@ -1,6 +1,6 @@
[project]
name = "voicemeeter-api"
version = "2.7.0"
version = "2.7.1"
description = "A Python wrapper for the Voiceemeter API"
authors = [
{name = "Onyx and Iris",email = "code@onyxandiris.online"}