From 4df18d36cb439aaf31b7a756d945dfb862c6fe2c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 10 Jan 2021 19:46:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20version=20to=206.0.0a2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9d57f1eb..d71124cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,7 +112,7 @@ marker = "sys_platform == \"win32\"" [[package]] name = "royalnet" -version = "6.0.0a36" +version = "6.0.0a37" description = "A multipurpose bot and web framework" category = "main" optional = false @@ -309,8 +309,8 @@ pyreadline = [ {file = "pyreadline-2.1.zip", hash = "sha256:4530592fc2e85b25b1a9f79664433da09237c1a270e4d78ea5aa3a2c7229e2d1"}, ] royalnet = [ - {file = "royalnet-6.0.0a36-py3-none-any.whl", hash = "sha256:8cfd930b774db4041a4aa17d3e44528ae414e05eae15c3036ceebf856b54ea39"}, - {file = "royalnet-6.0.0a36.tar.gz", hash = "sha256:fb2f89e360af1668500b690071aba37d8fbae6ebf813f821171030b1721ce0c3"}, + {file = "royalnet-6.0.0a37-py3-none-any.whl", hash = "sha256:a58a600ff0d6401554d6aebe0cc335b9f539c42c799b64c2848c6cd37b299809"}, + {file = "royalnet-6.0.0a37.tar.gz", hash = "sha256:93fa1cd200d382a405f4d1be3d2435b338f794eb59e2da1ef865afa1e812c15b"}, ] sqlalchemy = [ {file = "SQLAlchemy-1.3.22-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:61628715931f4962e0cdb2a7c87ff39eea320d2aa96bd471a3c293d146f90394"}, diff --git a/pyproject.toml b/pyproject.toml index e0a9e9d5..35da4fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "royalpack" -version = "6.0.0a1" +version = "6.0.0a2" description = "Royalnet Commands for the RYG community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0-or-later"