Skip to content

Commit

Permalink
Merge pull request mvdctop#151 from jnozsc/version_2.7
Browse files Browse the repository at this point in the history
bump version to 2.7
  • Loading branch information
mvdctop authored Mar 8, 2020
2 parents aeebfc7 + 8b36cfb commit 7eec310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AV_Data_Capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7eec310

Please sign in to comment.