Skip to content

Commit 7b7b7c4

Browse files
committed
build: bump version to 4.3.0
1 parent 025562c commit 7b7b7c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/_static/switcher.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"url": "https://pytwitchapi.dev/en/latest/"
66
},
77
{
8-
"name": "4.2.0 (stable)",
8+
"name": "4.3.0 (stable)",
99
"version": "stable",
10-
"url": "https://pytwitchapi.readthedocs.io/en/stable/",
10+
"url": "https://pytwitchapi.dev/en/stable/",
1111
"preferred": true
1212
},
1313
{
1414
"name": "3.11.0",
1515
"version": "v3.11.0",
16-
"url": "https://pytwitchapi.readthedocs.io/en/v3.11.0/"
16+
"url": "https://pytwitchapi.dev/en/v3.11.0/"
1717
},
1818
{
1919
"name": "2.5.7",

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, 'a')
1+
VERSION = (4, 3, 0, '')
22

3-
__version__ = '4.3.0-a'
3+
__version__ = '4.3.0'

0 commit comments

Comments
 (0)