diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index a2bdd72..55b76fe 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -91,7 +91,7 @@ def create_data_and_move(file_path: str, c: config.Config): if __name__ == '__main__': - version = '3.3' + version = '3.4' # Parse command line args single_file_path, config_file, auto_exit = argparse_function()