Skip to content

Commit 998452e

Browse files
committed
v5 as default
1 parent 02353e1 commit 998452e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding: utf-8 -*-
22

3-
from twitch.api import v3
4-
from twitch.api import v3 as default
3+
from twitch.api import v5
4+
from twitch.api import v5 as default
55

6-
__all__ = ['v3', 'default']
6+
__all__ = ['v5', 'default']

0 commit comments

Comments
 (0)