v0.5 - Renamed libinstaller.py to libinstaller

This commit is contained in:
Patrick Lipka 2022-09-22 02:14:00 +02:00
parent 1b63ed59b7
commit f2087e6d10
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from lib.sort import sort_libs_by_dependencies
from lib.installer import install_lib
from lib.init import init, check_python_version
SCRIPT_VERSION = "v0.4"
SCRIPT_VERSION = "v0.5"
# check if Python >=3.3.0 is used
check_python_version()