diff --git a/WakaTime.py b/WakaTime.py index d54e0a7..145cdb6 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -1,5 +1,5 @@ """ ========================================================== -File: WakaTime.py +fFile: WakaTime.py Description: Automatic time tracking for Sublime Text 2 and 3. Maintainer: WakaTime License: BSD, see LICENSE for more details. @@ -575,7 +575,7 @@ class DownloadPython(threading.Thread): def run(self): log(INFO, 'Downloading embeddable Python...') - ver = '3.5.0' + ver = '3.5.2' arch = 'amd64' if platform.architecture()[0] == '64bit' else 'win32' url = 'https://www.python.org/ftp/python/{ver}/python-{ver}-embed-{arch}.zip'.format( ver=ver,