upgrade wakatime cli to v4.0.4

This commit is contained in:
Alan Hamlett
2015-03-09 15:23:29 -07:00
parent 307029c37a
commit 440e33b8b7
1087 changed files with 21913 additions and 587 deletions

View File

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