Skip to content

Commit 306b465

Browse files
committed
build: pushed version to 4.3.1
1 parent e947f42 commit 306b465

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_static/switcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://pytwitchapi.dev/en/latest/"
66
},
77
{
8-
"name": "4.3.0 (stable)",
8+
"name": "4.3.1 (stable)",
99
"version": "stable",
1010
"url": "https://pytwitchapi.dev/en/stable/",
1111
"preferred": true

twitchAPI/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (4, 3, 0, '')
1+
VERSION = (4, 3, 1, '')
22

3-
__version__ = '4.3.0'
3+
__version__ = '4.3.1'

0 commit comments

Comments
 (0)