Skip to content

Commit f4ed2fd

Browse files
committed
version bump
1 parent edca9e9 commit f4ed2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

twitchio/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2017-2021 TwitchIO
6+
Copyright (c) 2017-2022 TwitchIO
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),
@@ -27,8 +27,8 @@
2727
__title__ = "TwitchIO"
2828
__author__ = "TwitchIO, PythonistaGuild"
2929
__license__ = "MIT"
30-
__copyright__ = "Copyright 2017-2021 (c) TwitchIO"
31-
__version__ = "2.1.5"
30+
__copyright__ = "Copyright 2017-2022 (c) TwitchIO"
31+
__version__ = "2.2.0"
3232

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

0 commit comments

Comments
 (0)