From 1aeb245c6d3b72ac3ee999376543fc5d27611461 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 11 Feb 2020 23:08:09 +0100 Subject: [PATCH] cose che la gente comune capisce --- pyproject.toml | 4 ++-- royalpack/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f328803..48ac0b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "royalpack" - version = "5.4.1" + version = "5.5" description = "A Royalnet command pack for the Royal Games community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" @@ -25,7 +25,7 @@ steam = "^0.9.1" [tool.poetry.dependencies.royalnet] - version = "^5.5a6" + version = "^5.5" # Maybe... there is a way to make these selectable? extras = [ "telegram", diff --git a/royalpack/version.py b/royalpack/version.py index 1edc9d1e..63bf6999 100644 --- a/royalpack/version.py +++ b/royalpack/version.py @@ -1 +1 @@ -semantic = "5.4.1" +semantic = "5.5"