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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Mar 30, 2023
1 parent 14a89f2 commit 63d49a9
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 = "28.0.0"
version = "28.1.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": 24},
{"type": "number", "minimum": 1, "maximum": 28},
{"enum": ["latest", "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 = 24
LATEST_API_VERSION = 28

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

0 comments on commit 63d49a9

Please sign in to comment.