Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jan 19, 2024
1 parent a388e0a commit 501dd6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fl-studio-api-stubs"
version = "29.0.0"
version = "33.0.0"

description = "Module and function definitions and documentation for the FL Studio Python API"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/fl_model/configuration/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "The version of the FL Studio Python API that you are targeting, either as an FL Studio version or an API version. (number or string)",
"type": ["integer", "string"],
"anyOf": [
{"type": "number", "minimum": 1, "maximum": 29},
{"type": "number", "minimum": 1, "maximum": 33},
{"enum": ["latest", "21.0.3", "20.9.2", "20.8.4"]}
],
"default": "latest"
Expand Down
2 changes: 1 addition & 1 deletion src/fl_model/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

LATEST_API_VERSION = 29
LATEST_API_VERSION = 33

# infinity
oo = float('inf')
Expand Down

0 comments on commit 501dd6e

Please sign in to comment.