upgrade wakatime-cli to v4.1.13

This commit is contained in:
Alan Hamlett
2016-03-06 14:13:27 -08:00
parent d0ddbed006
commit c7efc33463
3 changed files with 7 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
__title__ = 'wakatime'
__description__ = 'Common interface to the WakaTime api.'
__url__ = 'https://github.com/wakatime/wakatime'
__version_info__ = ('4', '1', '11')
__version_info__ = ('4', '1', '13')
__version__ = '.'.join(__version_info__)
__author__ = 'Alan Hamlett'
__author_email__ = 'alan@wakatime.com'
__license__ = 'BSD'
__copyright__ = 'Copyright 2014 Alan Hamlett'
__copyright__ = 'Copyright 2016 Alan Hamlett'