From 7b7b7c43974bc04ba3c82c37597e28d673078932 Mon Sep 17 00:00:00 2001 From: Teekeks Date: Sat, 31 Aug 2024 17:47:52 +0200 Subject: [PATCH] build: bump version to 4.3.0 --- docs/_static/switcher.json | 6 +++--- twitchAPI/__init__.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 314bf66..35ad434 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -5,15 +5,15 @@ "url": "https://pytwitchapi.dev/en/latest/" }, { - "name": "4.2.0 (stable)", + "name": "4.3.0 (stable)", "version": "stable", - "url": "https://pytwitchapi.readthedocs.io/en/stable/", + "url": "https://pytwitchapi.dev/en/stable/", "preferred": true }, { "name": "3.11.0", "version": "v3.11.0", - "url": "https://pytwitchapi.readthedocs.io/en/v3.11.0/" + "url": "https://pytwitchapi.dev/en/v3.11.0/" }, { "name": "2.5.7", diff --git a/twitchAPI/__init__.py b/twitchAPI/__init__.py index 0048346..b15f473 100644 --- a/twitchAPI/__init__.py +++ b/twitchAPI/__init__.py @@ -1,3 +1,3 @@ -VERSION = (4, 3, 0, 'a') +VERSION = (4, 3, 0, '') -__version__ = '4.3.0-a' +__version__ = '4.3.0'