From 05af2edff927794d8ceba623db323fa58b56e7c5 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Thu, 29 Sep 2022 20:37:08 +0200 Subject: [PATCH] v0.8 - Increment version to 0.8 as sorting is changed and basic readme is available now --- libinstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libinstaller b/libinstaller index 2790246..2632deb 100755 --- a/libinstaller +++ b/libinstaller @@ -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()