From 150b81453cd839141f51d8252768abcf58b2e63d Mon Sep 17 00:00:00 2001 From: Yoshiko <42309414+yoshiko2@users.noreply.github.com> Date: Sun, 14 Jul 2019 09:58:46 +0800 Subject: [PATCH] Update 11.6 --- AV_Data_Capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 1ca07cb..d8a6e33 100644 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -8,7 +8,7 @@ import json import shutil from configparser import ConfigParser -version='0.11.5' +version='0.11.6' os.chdir(os.getcwd()) config = ConfigParser()