Skip to content

Commit 4b1bfcb

Browse files
committed
version bump
1 parent 1ec6360 commit 4b1bfcb

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
@@ -22,11 +22,11 @@
2222

2323
# -- Project information -----------------------------------------------------
2424

25-
project = "TwitchIO 2"
25+
project = "TwitchIO"
2626
copyright = "2021, TwitchIO, PythonistaGuild"
2727
author = "TwitchIO, PythonistaGuild"
2828
version = "2.0"
29-
release = "2.0.0a"
29+
release = "2.0.6"
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.5"
31+
__version__ = "2.0.6"
3232

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

0 commit comments

Comments
 (0)