Skip to content

Commit 07cdf54

Browse files
committed
version bump
1 parent a0b867f commit 07cdf54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
image: latest
55

66
python:
7-
version: 3.8
7+
version: 3.7
88
pip_install: true
99
extra_requirements:
1010
- docs

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
copyright = "2021, TwitchIO, PythonistaGuild"
2727
author = "TwitchIO, PythonistaGuild"
2828
version = "2.1"
29-
release = "2.1.0"
29+
release = "2.1.1"
3030

3131

3232
# -- General configuration ---------------------------------------------------

twitchio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__author__ = "TwitchIO, PythonistaGuild"
2929
__license__ = "MIT"
3030
__copyright__ = "Copyright 2017-2021 (c) TwitchIO"
31-
__version__ = "2.1.0"
31+
__version__ = "2.1.1"
3232

3333
from .client import Client
3434
from .user import *

0 commit comments

Comments
 (0)