From b44d5eb74595fabddcccee97808eb78e55b1a0d2 Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Thu, 11 Jan 2024 16:22:57 +1100 Subject: [PATCH] Bump to v0.3.1 --- flapi/_consts.py | 2 +- flapi/script/consts.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flapi/_consts.py b/flapi/_consts.py index 441646b..3b32ee7 100644 --- a/flapi/_consts.py +++ b/flapi/_consts.py @@ -4,7 +4,7 @@ Constants used by Flapi """ -VERSION = (0, 3, 0) +VERSION = (0, 3, 1) """ The version of Flapi in the format (major, minor, revision) """ diff --git a/flapi/script/consts.py b/flapi/script/consts.py index 441646b..3b32ee7 100644 --- a/flapi/script/consts.py +++ b/flapi/script/consts.py @@ -4,7 +4,7 @@ Constants used by Flapi """ -VERSION = (0, 3, 0) +VERSION = (0, 3, 1) """ The version of Flapi in the format (major, minor, revision) """ diff --git a/pyproject.toml b/pyproject.toml index eff6499..7e0de5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flapi" -version = "0.3.0" +version = "0.3.1" description = "Remotely control FL Studio using the MIDI Controller Scripting API" authors = ["Miguel Guthridge "] license = "MIT"