mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
[5.1a2]
This commit is contained in:
parent
e59e8e6903
commit
c45fe6794e
3 changed files with 4 additions and 1 deletions
|
@ -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+"
|
||||||
|
|
|
@ -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
1
royalpack/version.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
semantic = "5.1a2"
|
Loading…
Reference in a new issue