Revert launch configuration and change version to 2.0.1
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -5,10 +5,10 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: main.py",
|
||||
"type": "debugpy",
|
||||
"name": "Python: run.py",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${cwd}/main${file}.py",
|
||||
"program": "${cwd}/run.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
__version__ = "2.0.0"
|
||||
__version__ = "2.0.1"
|
||||
from .TwitchChannelPointsMiner import TwitchChannelPointsMiner
|
||||
|
||||
__all__ = [
|
||||
|
||||
Reference in New Issue
Block a user