Version number adapted

This commit is contained in:
Patrick Lipka 2022-09-22 02:00:08 +02:00
parent aa53023153
commit 1b63ed59b7
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.3"
SCRIPT_VERSION = "v0.4"
# check if Python >=3.3.0 is used
check_python_version()