From 64161c43b24921915c63ddf53e437474bfe127c6 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Aug 2020 02:25:29 +0800 Subject: [PATCH] Update 3.7.1 --- AV_Data_Capture.py | 2 +- update_check.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 1346630..9c727c7 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -111,7 +111,7 @@ def create_data_and_move_with_custom_number(file_path: str, c: config.Config, cu if __name__ == '__main__': - version = '3.7' + version = '3.7.1' # Parse command line args single_file_path, config_file, auto_exit, custom_number = argparse_function() diff --git a/update_check.json b/update_check.json index 1d7c6b9..0e0b8b3 100644 --- a/update_check.json +++ b/update_check.json @@ -1,5 +1,5 @@ { - "version": "3.6", - "version_show": "3.6", +. "version": "3.7.1", + "version_show": "3.7.1", "download": "https://github.com/yoshiko2/AV_Data_Capture/releases" }