We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edca9e9 commit f4ed2fdCopy full SHA for f4ed2fd
twitchio/__init__.py
@@ -3,7 +3,7 @@
3
"""
4
The MIT License (MIT)
5
6
-Copyright (c) 2017-2021 TwitchIO
+Copyright (c) 2017-2022 TwitchIO
7
8
Permission is hereby granted, free of charge, to any person obtaining a
9
copy of this software and associated documentation files (the "Software"),
@@ -27,8 +27,8 @@
27
__title__ = "TwitchIO"
28
__author__ = "TwitchIO, PythonistaGuild"
29
__license__ = "MIT"
30
-__copyright__ = "Copyright 2017-2021 (c) TwitchIO"
31
-__version__ = "2.1.5"
+__copyright__ = "Copyright 2017-2022 (c) TwitchIO"
+__version__ = "2.2.0"
32
33
from .client import Client
34
from .user import *
0 commit comments