Updates Versioning Pipeline

This commit is contained in:
2024-07-24 00:19:45 -03:00
parent 0f3253c531
commit c1aa49b22c
10 changed files with 102 additions and 133 deletions

View File

@@ -1,3 +1,7 @@
from diceplayer.shared.utils.logger import Logger
from importlib import metadata
VERSION = metadata.version("diceplayer")
logger = Logger(__name__)