diff --git a/pyproject.toml b/pyproject.toml index e63b846e..cfa26d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "royalpack" - version = "5.2.2" + version = "5.2.3" description = "A Royalnet command pack for the Royal Games community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" diff --git a/royalpack/commands/__init__.py b/royalpack/commands/__init__.py index ad70374a..7bee64cc 100644 --- a/royalpack/commands/__init__.py +++ b/royalpack/commands/__init__.py @@ -63,6 +63,7 @@ available_commands = [ PeertubeCommand, EvalCommand, ExecCommand, + FunkwhaleCommand, ] # Don't change this, it should automatically generate __all__ diff --git a/royalpack/version.py b/royalpack/version.py index 286c364d..08723330 100644 --- a/royalpack/version.py +++ b/royalpack/version.py @@ -1 +1 @@ -semantic = "5.2.2" +semantic = "5.2.3"