diff --git a/pyproject.toml b/pyproject.toml index 26dbe1e3..5f1e5f11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "royalnet" - version = "5.8.11" + version = "5.8.12" description = "A multipurpose bot and web framework" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" @@ -29,7 +29,7 @@ python_telegram_bot = {version="^12.2.0", optional=true} # discord - "discord.py" = {git = "https://github.com/Rapptz/discord.py/", branch="master", optional=true} + "discord.py" = {version="^1.3.0", branch="master", optional=true} pynacl = {version="^1.3.0", optional=true} # This requires libffi-dev and python3.*-dev to be installed on Linux systems # matrix diff --git a/royalnet/version.py b/royalnet/version.py index 0e908a7b..61bcbff4 100644 --- a/royalnet/version.py +++ b/royalnet/version.py @@ -1 +1 @@ -semantic = "5.8.11" +semantic = "5.8.12"