diff --git a/twitchio/__init__.py b/twitchio/__init__.py index 8edaabe0..e8f548e0 100644 --- a/twitchio/__init__.py +++ b/twitchio/__init__.py @@ -28,7 +28,7 @@ __author__ = "TwitchIO, PythonistaGuild" __license__ = "MIT" __copyright__ = "Copyright 2017-2021 (c) TwitchIO" -__version__ = "2.1.1" +__version__ = "2.1.2" from .client import Client from .user import *