Skip to content

Commit

Permalink
build: pushed version to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Teekeks committed Sep 15, 2024
1 parent e947f42 commit 306b465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://pytwitchapi.dev/en/latest/"
},
{
"name": "4.3.0 (stable)",
"name": "4.3.1 (stable)",
"version": "stable",
"url": "https://pytwitchapi.dev/en/stable/",
"preferred": true
Expand Down
4 changes: 2 additions & 2 deletions twitchAPI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (4, 3, 0, '')
VERSION = (4, 3, 1, '')

__version__ = '4.3.0'
__version__ = '4.3.1'

0 comments on commit 306b465

Please sign in to comment.