Skip to content

Commit 5eddfab

Browse files
committed
upgrade wakatime-cli to v10.8.4
1 parent 87bc159 commit 5eddfab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/wakatime/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'wakatime'
22
__description__ = 'Common interface to the WakaTime api.'
33
__url__ = 'https://github.com/wakatime/wakatime'
4-
__version_info__ = ('10', '8', '3')
4+
__version_info__ = ('10', '8', '4')
55
__version__ = '.'.join(__version_info__)
66
__author__ = 'Alan Hamlett'
77
__author_email__ = '[email protected]'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from certifi import where
1+
from . import where
22
print(where())

0 commit comments

Comments
 (0)