From 2b6520cb39524738df73f3aa7dd7a495ca051963 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 5 Mar 2022 17:37:30 +0100 Subject: [PATCH] :package: Bump version to 6.6.0 --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 49f23cfc..681d347b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "royalpack" -version = "6.1.1" +version = "6.6.0" description = "Royalnet Commands for the RYG community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0-or-later" @@ -20,8 +20,8 @@ coloredlogs = "^15.0" aiohttp = "^3.7.4" psycopg2 = "^2.8.6" royalnet = "~6.6.0" -royalnet_telethon = "^2.2.0" -royalnet_console = "^2.0.4" +royalnet_telethon = "^6.6.0" +royalnet_console = "^6.6.0" alembic = "^1.5.8" steam = "^1.2.0" SQLAlchemy-Utils = "^0.37.0" @@ -29,7 +29,7 @@ arrow = "^1.0.3" colour = "^0.1.5" royalspells = "^3.2" async-timeout = "^3.0.1" -royalnet-discordpy = "^0.6.0" +royalnet-discordpy = "^6.6.0" sentry-sdk = "^1.0.0" [tool.poetry.dev-dependencies]