From ffc7311c79cdb2ddaeb00abbe2f1d451c0c6d836 Mon Sep 17 00:00:00 2001 From: Teekeks Date: Thu, 19 Dec 2024 19:39:53 +0100 Subject: [PATCH] build: bump version to 4.4.0 --- docs/_static/switcher.json | 2 +- twitchAPI/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 31d8dee..d2ce1a4 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -5,7 +5,7 @@ "url": "https://pytwitchapi.dev/en/latest/" }, { - "name": "4.3.1 (stable)", + "name": "4.4.0 (stable)", "version": "stable", "url": "https://pytwitchapi.dev/en/stable/", "preferred": true diff --git a/twitchAPI/__init__.py b/twitchAPI/__init__.py index fee4a1f..3c2038d 100644 --- a/twitchAPI/__init__.py +++ b/twitchAPI/__init__.py @@ -1,3 +1,3 @@ -VERSION = (4, 3, 1, '') +VERSION = (4, 4, 0, '') -__version__ = '4.3.1' +__version__ = '4.4.0'