v0.5 - Renamed libinstaller.py to libinstaller
This commit is contained in:
parent
1b63ed59b7
commit
f2087e6d10
|
@ -9,7 +9,7 @@ from lib.sort import sort_libs_by_dependencies
|
||||||
from lib.installer import install_lib
|
from lib.installer import install_lib
|
||||||
from lib.init import init, check_python_version
|
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 if Python >=3.3.0 is used
|
||||||
check_python_version()
|
check_python_version()
|
Loading…
Reference in New Issue