Black - Refactory - Version update
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
__version__ = "2.3.1"
|
||||
__version__ = "2.3.5"
|
||||
from .TwitchChannelPointsMiner import TwitchChannelPointsMiner # noqa: F401
|
||||
|
||||
@@ -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__)
|
||||
|
||||
|
||||
2
setup.py
2
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.",
|
||||
|
||||
Reference in New Issue
Block a user