diff --git a/TwitchChannelPointsMiner/__init__.py b/TwitchChannelPointsMiner/__init__.py index 1be9ccf..13aea3b 100644 --- a/TwitchChannelPointsMiner/__init__.py +++ b/TwitchChannelPointsMiner/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "2.3.1" +__version__ = "2.3.5" from .TwitchChannelPointsMiner import TwitchChannelPointsMiner # noqa: F401 diff --git a/TwitchChannelPointsMiner/classes/Twitch.py b/TwitchChannelPointsMiner/classes/Twitch.py index c8304f8..a71100f 100644 --- a/TwitchChannelPointsMiner/classes/Twitch.py +++ b/TwitchChannelPointsMiner/classes/Twitch.py @@ -21,7 +21,12 @@ from TwitchChannelPointsMiner.classes.Exceptions import ( StreamerIsOfflineException, StreamerDoesNotExistException, ) -from TwitchChannelPointsMiner.constants import TWITCH_CLIENT_ID, USER_AGENT, TWITCH_API, TWITCH_GQL +from TwitchChannelPointsMiner.constants import ( + TWITCH_CLIENT_ID, + USER_AGENT, + TWITCH_API, + TWITCH_GQL, +) logger = logging.getLogger(__name__) diff --git a/setup.py b/setup.py index 14e3442..434c451 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setuptools.setup( name="Twitch-Channel-Points-Miner-v2", - version="2.3.1", + version="2.3.5", author="Tkd-Alex (Alessandro Maggio)", author_email="alex.tkd.alex@gmail.com", description="A simple script that will watch a stream for you and earn the channel points.",