diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 68226b2..686c075 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.4' + version = '3.4.2' # Parse command line args single_file_path, config_file, auto_exit = argparse_function()