v0.8 - Increment version to 0.8 as sorting is changed and basic readme is available now

This commit is contained in:
Patrick Lipka 2022-09-29 20:37:08 +02:00
parent ead27462ee
commit 05af2edff9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,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.7"
SCRIPT_VERSION = "v0.8"
# check if Python >=3.3.0 is used
check_python_version()