1
0
Fork 0
mirror of https://github.com/snovvcrash/usbrip.git synced 2024-06-03 04:36:02 +02:00

Change version number (init release)

This commit is contained in:
Sam Freeside 2018-03-27 16:48:17 +03:00
parent ad58390c37
commit 566f94491e

View File

@ -35,7 +35,7 @@ build_exe_options = { "packages": ["os"],
"excludes": ["tkinter"] }
setup(name = "usbrip",
version = "0.1",
version = "1.0",
description = "A Linux usb-forensic tool",
options = {"build_exe": build_exe_options},
executables = [Executable("usbrip.py", base=None)] )