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 e947f42 commit 306b465Copy full SHA for 306b465
docs/_static/switcher.json
@@ -5,7 +5,7 @@
5
"url": "https://pytwitchapi.dev/en/latest/"
6
},
7
{
8
- "name": "4.3.0 (stable)",
+ "name": "4.3.1 (stable)",
9
"version": "stable",
10
"url": "https://pytwitchapi.dev/en/stable/",
11
"preferred": true
twitchAPI/__init__.py
@@ -1,3 +1,3 @@
1
-VERSION = (4, 3, 0, '')
+VERSION = (4, 3, 1, '')
2
3
-__version__ = '4.3.0'
+__version__ = '4.3.1'
0 commit comments