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 a0b867f commit 07cdf54Copy full SHA for 07cdf54
.readthedocs.yml
@@ -4,7 +4,7 @@ build:
4
image: latest
5
6
python:
7
- version: 3.8
+ version: 3.7
8
pip_install: true
9
extra_requirements:
10
- docs
docs/conf.py
@@ -26,7 +26,7 @@
26
copyright = "2021, TwitchIO, PythonistaGuild"
27
author = "TwitchIO, PythonistaGuild"
28
version = "2.1"
29
-release = "2.1.0"
+release = "2.1.1"
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.1.0"
+__version__ = "2.1.1"
33
from .client import Client
34
from .user import *
0 commit comments