From f2087e6d10f6294754e5b1dca6f8e83d5f124ef2 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Thu, 22 Sep 2022 02:14:00 +0200 Subject: [PATCH] v0.5 - Renamed libinstaller.py to libinstaller --- libinstaller.py => libinstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename libinstaller.py => libinstaller (98%) diff --git a/libinstaller.py b/libinstaller similarity index 98% rename from libinstaller.py rename to libinstaller index f1c94d0..7248ec2 100755 --- a/libinstaller.py +++ b/libinstaller @@ -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()