Black - Refactory - Version update

This commit is contained in:
Alessandro Maggio
2021-01-25 19:01:22 +01:00
parent 6c587dcd81
commit b36da98dd6
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = "2.3.1"
__version__ = "2.3.5"
from .TwitchChannelPointsMiner import TwitchChannelPointsMiner # noqa: F401

View File

@@ -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__)

View File

@@ -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.",