v0.8 - Increment version to 0.8 as sorting is changed and basic readme is available now
This commit is contained in:
parent
ead27462ee
commit
05af2edff9
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue