From b2f51ffba45a2a52476e4906443b06c3e9271ea9 Mon Sep 17 00:00:00 2001 From: Teekeks Date: Sat, 3 Feb 2024 17:45:51 +0100 Subject: [PATCH] build: bump version to 4.2.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 fddd3fa..314bf66 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -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 diff --git a/twitchAPI/__init__.py b/twitchAPI/__init__.py index e20a42e..e323e8b 100644 --- a/twitchAPI/__init__.py +++ b/twitchAPI/__init__.py @@ -1,3 +1,3 @@ -VERSION = (4, 2, 0, 'a') +VERSION = (4, 2, 0, '') -__version__ = '4.2.0-a' +__version__ = '4.2.0'