From 3d56ba99b6a9fb1884cb58fe2a570eaf0866ac28 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 17 Jun 2025 09:54:00 +0100 Subject: [PATCH] patch bump --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d86270..a94f8cc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1ec628f..4f39e07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}