From 64aef6e543e33abcd93b1b04fd9ddf3b3858451b Mon Sep 17 00:00:00 2001 From: EvieePy <29671945+EvieePy@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:52:19 +1000 Subject: [PATCH] Update version --- twitchio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitchio/__init__.py b/twitchio/__init__.py index b9b61525..4fe11e32 100644 --- a/twitchio/__init__.py +++ b/twitchio/__init__.py @@ -26,7 +26,7 @@ __author__ = "PythonistaGuild" __license__ = "MIT" __copyright__ = "Copyright 2017-Present (c) TwitchIO, PythonistaGuild" -__version__ = "3.0.0b" +__version__ = "3.0.0b2" from . import ( # noqa: F401 authentication as authentication,