From 8b36cfb35c00eb2920237fb81e8f163b6a8c9c73 Mon Sep 17 00:00:00 2001 From: jnozsc Date: Thu, 5 Mar 2020 09:38:02 -0800 Subject: [PATCH] bump version to 2.7 --- 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 dad39f2..6020e6f 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -96,7 +96,7 @@ def getNumber(filepath,absolute_path = False): if __name__ == '__main__': - version = '2.6' + version = '2.7' config_file = 'config.ini' config = ConfigParser() config.read(config_file, encoding='UTF-8')