From 1b63ed59b75b6372aab7a5d6c7dc21b73bac1d11 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Thu, 22 Sep 2022 02:00:08 +0200 Subject: [PATCH] Version number adapted --- libinstaller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libinstaller.py b/libinstaller.py index 6b8689f..f1c94d0 100755 --- a/libinstaller.py +++ b/libinstaller.py @@ -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()