Skip to content

Commit d6db33f

Browse files
committed
bump version
1 parent 840eaa1 commit d6db33f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = "TwitchIO"
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = "2.1.4"
32+
release = "2.1.5"
3333

3434

3535
# -- 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.2"
31+
__version__ = "2.1.5"
3232

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

0 commit comments

Comments
 (0)