Skip to content

Commit 5edb37a

Browse files
committed
version bump
1 parent 02af970 commit 5edb37a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
project = "TwitchIO"
2626
copyright = "2021, TwitchIO, PythonistaGuild"
2727
author = "TwitchIO, PythonistaGuild"
28-
version = "2.0"
29-
release = "2.0.6"
28+
version = "2.1"
29+
release = "2.1.0"
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.0.6"
31+
__version__ = "2.1.0"
3232

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

0 commit comments

Comments
 (0)