From 4e5167a85294f946bd223efa5eb6b22a66213ff2 Mon Sep 17 00:00:00 2001 From: The_CJ Date: Thu, 14 Jan 2021 22:51:07 +0100 Subject: [PATCH] Version Bumb --- twitch_irc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch_irc/__init__.py b/twitch_irc/__init__.py index 9b78c95..e42cfc5 100644 --- a/twitch_irc/__init__.py +++ b/twitch_irc/__init__.py @@ -19,7 +19,7 @@ __author__ = 'The_CJ' __license__ = 'MIT' __copyright__ = 'Copyright 2018-2021 The_CJ' -__version__ = "1.2.2" +__version__ = "1.3.0" from .Classes.badge import Badge from .Classes.bitsbadgetier import BitsBadgeTier