mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Bump version
This commit is contained in:
parent
bdf8177cc9
commit
d27db273c2
2 changed files with 2 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "rpgpack"
|
name = "rpgpack"
|
||||||
version = "5.2"
|
version = "5.3"
|
||||||
description = "A Royalnet Pack to play role-playing-games"
|
description = "A Royalnet Pack to play role-playing-games"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
@ -25,16 +25,9 @@
|
||||||
|
|
||||||
[tool.poetry.dependencies.royalnet]
|
[tool.poetry.dependencies.royalnet]
|
||||||
version = "^5.5"
|
version = "^5.5"
|
||||||
# Require these until https://github.com/Steffo99/royalnet/issues/105 is done
|
|
||||||
extras = [
|
extras = [
|
||||||
"telegram",
|
"telegram",
|
||||||
"discord",
|
|
||||||
"alchemy_easy",
|
"alchemy_easy",
|
||||||
"bard",
|
|
||||||
"constellation",
|
|
||||||
"sentry",
|
|
||||||
"herald",
|
|
||||||
"coloredlogs"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Development dependencies
|
# Development dependencies
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.2"
|
semantic = "5.3"
|
||||||
|
|
Loading…
Reference in a new issue