Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Oct 31, 2021
1 parent a0b867f commit 07cdf54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
image: latest

python:
version: 3.8
version: 3.7
pip_install: true
extra_requirements:
- docs
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
copyright = "2021, TwitchIO, PythonistaGuild"
author = "TwitchIO, PythonistaGuild"
version = "2.1"
release = "2.1.0"
release = "2.1.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion twitchio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
__author__ = "TwitchIO, PythonistaGuild"
__license__ = "MIT"
__copyright__ = "Copyright 2017-2021 (c) TwitchIO"
__version__ = "2.1.0"
__version__ = "2.1.1"

from .client import Client
from .user import *
Expand Down

0 comments on commit 07cdf54

Please sign in to comment.