1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-26 21:14:19 +00:00

⬆ Bump version to 6.0.2

This commit is contained in:
Steffo 2021-02-20 01:22:30 +01:00
parent c77c28b77d
commit b50366f651
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -139,7 +139,7 @@ marker = "sys_platform == \"win32\""
[[package]] [[package]]
name = "royalnet" name = "royalnet"
version = "6.0.0a38" version = "6.0.2"
description = "A multipurpose bot framework" description = "A multipurpose bot framework"
category = "main" category = "main"
optional = false optional = false
@ -215,7 +215,7 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "1.0" lock-version = "1.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "5387c34e152ebde1d2c1ce2105278cfdd5f99b57183675b4d550efcb0b0de511" content-hash = "75fb3a03d8890c1e8fc8f5c0b4d080841038c8c3b8c69dace31509437179ba2f"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -388,8 +388,8 @@ pyreadline = [
{file = "pyreadline-2.1.zip", hash = "sha256:4530592fc2e85b25b1a9f79664433da09237c1a270e4d78ea5aa3a2c7229e2d1"}, {file = "pyreadline-2.1.zip", hash = "sha256:4530592fc2e85b25b1a9f79664433da09237c1a270e4d78ea5aa3a2c7229e2d1"},
] ]
royalnet = [ royalnet = [
{file = "royalnet-6.0.0a38-py3-none-any.whl", hash = "sha256:952c623eb56a10091a4cb4ec55439115300b422eda9f7cd467215b091584015f"}, {file = "royalnet-6.0.2-py3-none-any.whl", hash = "sha256:83ad7e07b030caa25c9d8e115ab0bb62654d1ec074ae8fa84cbf0a8aee9e63d8"},
{file = "royalnet-6.0.0a38.tar.gz", hash = "sha256:bf284e977064ff9b3f8fa6fd3919a9f5ca29f8bac2ec2f3fac07b646046d2c7f"}, {file = "royalnet-6.0.2.tar.gz", hash = "sha256:488ad855439a45a6c464c4573432f697e0f97178c128729821c021a3dbfb1778"},
] ]
royalnet-console = [ royalnet-console = [
{file = "royalnet-console-0.3.0.tar.gz", hash = "sha256:1d64271afea18bb43d521c296bbc25a87e2ea57fa464f910de474bc066a58638"}, {file = "royalnet-console-0.3.0.tar.gz", hash = "sha256:1d64271afea18bb43d521c296bbc25a87e2ea57fa464f910de474bc066a58638"},

View file

@ -16,7 +16,7 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
royalnet = "^6.0.0a36" royalnet = "^6.0.2"
coloredlogs = "^15.0" coloredlogs = "^15.0"
aiohttp = "^3.7.3" aiohttp = "^3.7.3"