We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0765a86 commit 7cf1d89Copy full SHA for 7cf1d89
docs/_static/switcher.json
@@ -5,7 +5,7 @@
5
"url": "https://pytwitchapi.dev/en/latest/"
6
},
7
{
8
- "name": "4.4.0 (stable)",
+ "name": "4.5.0 (stable)",
9
"version": "stable",
10
"url": "https://pytwitchapi.dev/en/stable/",
11
"preferred": true
twitchAPI/__init__.py
@@ -1,3 +1,3 @@
1
-VERSION = (4, 4, 0, '')
+VERSION = (4, 5, 0, '')
2
3
-__version__ = '4.4.0'
+__version__ = '4.5.0'
0 commit comments