Update version

This commit is contained in:
Michał Gdula 2023-04-20 16:57:28 +00:00
parent 9a18b84c4f
commit cd3c739398
4 changed files with 15 additions and 10 deletions

8
run.py
View file

@ -3,10 +3,14 @@ Run script for OnlyLegs
"""
from setup.args import PORT, ADDRESS, WORKERS, DEBUG
from setup.configuration import Configuration
import importlib.metadata
__version__ = importlib.metadata.version("OnlyLegs")
print(
"""
f"""
:::::::: :::: ::: ::: ::: ::: ::: ::::::::: ::::::::: ::::::::
:+: :+: :+:+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+:
+:+ +:+ :+:+:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+
@ -15,7 +19,7 @@ print(
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
######## ### #### ########## ### ########## ######### ######### ########
Created by Fluffy Bean - Version 0.1.0
Created by Fluffy Bean - {__version__}
"""
)