From 9c574ec452719e6aaad8db27b479c5a85d8a46d5 Mon Sep 17 00:00:00 2001 From: Snifo Date: Wed, 4 Dec 2024 12:57:40 +0100 Subject: [PATCH] bump 3.2.5 --- twitch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch/__init__.py b/twitch/__init__.py index dc0c36e..db831de 100644 --- a/twitch/__init__.py +++ b/twitch/__init__.py @@ -8,7 +8,7 @@ """ __title__ = 'twitch.py' -__version__ = '3.2.4' +__version__ = '3.2.5' __license__ = 'MIT License' __author__ = 'Snifo' __email__ = 'Snifo@mail.com'