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 025562c commit 7b7b7c4Copy full SHA for 7b7b7c4
docs/_static/switcher.json
@@ -5,15 +5,15 @@
5
"url": "https://pytwitchapi.dev/en/latest/"
6
},
7
{
8
- "name": "4.2.0 (stable)",
+ "name": "4.3.0 (stable)",
9
"version": "stable",
10
- "url": "https://pytwitchapi.readthedocs.io/en/stable/",
+ "url": "https://pytwitchapi.dev/en/stable/",
11
"preferred": true
12
13
14
"name": "3.11.0",
15
"version": "v3.11.0",
16
- "url": "https://pytwitchapi.readthedocs.io/en/v3.11.0/"
+ "url": "https://pytwitchapi.dev/en/v3.11.0/"
17
18
19
"name": "2.5.7",
twitchAPI/__init__.py
@@ -1,3 +1,3 @@
1
-VERSION = (4, 3, 0, 'a')
+VERSION = (4, 3, 0, '')
2
3
-__version__ = '4.3.0-a'
+__version__ = '4.3.0'
0 commit comments