1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

publish: 5.8.12

This commit is contained in:
Steffo 2020-05-29 13:45:54 +02:00
parent a0dd05bd49
commit 410a434937
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
2 changed files with 3 additions and 3 deletions

View file

@ -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 <ste.pigozzi@gmail.com>"]
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

View file

@ -1 +1 @@
semantic = "5.8.11"
semantic = "5.8.12"