diff --git a/docs/changelog.rst b/docs/changelog.rst index d8cf4b51..56355620 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ :orphan: -Master +2.5.0 ====== - TwitchIO - Additions diff --git a/twitchio/__init__.py b/twitchio/__init__.py index 81aa82dd..d7d2bcfb 100644 --- a/twitchio/__init__.py +++ b/twitchio/__init__.py @@ -28,7 +28,7 @@ __author__ = "TwitchIO, PythonistaGuild" __license__ = "MIT" __copyright__ = "Copyright 2017-2022 (c) TwitchIO" -__version__ = "2.4.0" +__version__ = "2.5.0" from .client import Client from .user import *