We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02af970 commit 5edb37aCopy full SHA for 5edb37a
docs/conf.py
@@ -25,8 +25,8 @@
25
project = "TwitchIO"
26
copyright = "2021, TwitchIO, PythonistaGuild"
27
author = "TwitchIO, PythonistaGuild"
28
-version = "2.0"
29
-release = "2.0.6"
+version = "2.1"
+release = "2.1.0"
30
31
32
# -- General configuration ---------------------------------------------------
twitchio/__init__.py
@@ -28,7 +28,7 @@
__author__ = "TwitchIO, PythonistaGuild"
__license__ = "MIT"
__copyright__ = "Copyright 2017-2021 (c) TwitchIO"
-__version__ = "2.0.6"
+__version__ = "2.1.0"
33
from .client import Client
34
from .user import *
0 commit comments