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 1ec6360 commit 4b1bfcbCopy full SHA for 4b1bfcb
docs/conf.py
@@ -22,11 +22,11 @@
22
23
# -- Project information -----------------------------------------------------
24
25
-project = "TwitchIO 2"
+project = "TwitchIO"
26
copyright = "2021, TwitchIO, PythonistaGuild"
27
author = "TwitchIO, PythonistaGuild"
28
version = "2.0"
29
-release = "2.0.0a"
+release = "2.0.6"
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.5"
+__version__ = "2.0.6"
33
from .client import Client
34
from .user import *
0 commit comments