Skip to content

Commit

Permalink
build: bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Teekeks committed Feb 3, 2024
1 parent 8e988cf commit b2f51ff
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.1.0 (stable)",
"name": "4.2.0 (stable)",
"version": "stable",
"url": "https://pytwitchapi.readthedocs.io/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, 2, 0, 'a')
VERSION = (4, 2, 0, '')

__version__ = '4.2.0-a'
__version__ = '4.2.0'

0 comments on commit b2f51ff

Please sign in to comment.