From f02d71a228b9878d3768bd6ff767f0fbda1e27fe Mon Sep 17 00:00:00 2001 From: Maddy Guthridge Date: Tue, 16 Jul 2024 20:49:16 +1000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 773381a..84091b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fl-studio-api-stubs" -version = "36.1.0" +version = "36.1.1" description = "Stub code, type definitions and documentation for the FL Studio Python API" readme = "README.md"