Skip to content

Commit 7cf1d89

Browse files
committed
build: bump version to 4.5.0
1 parent 0765a86 commit 7cf1d89

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.4.0 (stable)",
8+
"name": "4.5.0 (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, 4, 0, '')
1+
VERSION = (4, 5, 0, '')
22

3-
__version__ = '4.4.0'
3+
__version__ = '4.5.0'

0 commit comments

Comments
 (0)