From 7721368b9b0820b34d1f8b3e263748a83f3fac59 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 6 Jan 2020 01:00:51 +0100 Subject: [PATCH] derp --- pyproject.toml | 2 +- royalpack/commands/__init__.py | 1 + royalpack/version.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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"