1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2019-12-03 19:12:33 +01:00
parent e59e8e6903
commit c45fe6794e
3 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@
[tool.poetry] [tool.poetry]
name = "royalpack" name = "royalpack"
version = "5.1a1" version = "5.1a2"
description = "A Royalnet command pack for the Royal Games community" description = "A Royalnet command pack for the Royal Games community"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"] authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+" license = "AGPL-3.0+"

View file

@ -6,6 +6,8 @@ from .tables import available_tables
from .stars import available_page_stars, available_exception_stars from .stars import available_page_stars, available_exception_stars
from .events import available_events from .events import available_events
from .version import semantic as __version__
__all__ = [ __all__ = [
"commands", "commands",
"tables", "tables",

1
royalpack/version.py Normal file
View file

@ -0,0 +1 @@
semantic = "5.1a2"