Skip to content

Commit 5b18e76

Browse files
committed
Make 3.1 a beta release
1 parent bdaf208 commit 5b18e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__author__ = "PythonistaGuild"
2727
__license__ = "MIT"
2828
__copyright__ = "Copyright 2017-Present (c) TwitchIO, PythonistaGuild"
29-
__version__ = "3.1.0"
29+
__version__ = "3.1.0b"
3030

3131
from . import ( # noqa: F401
3232
authentication as authentication,

0 commit comments

Comments
 (0)