Revert launch configuration and change version to 2.0.1

This commit is contained in:
Klaro
2025-11-11 10:48:39 +01:00
parent 6eabd3a807
commit cc6a438786
2 changed files with 4 additions and 4 deletions

6
.vscode/launch.json vendored
View File

@@ -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
}

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "2.0.0"
__version__ = "2.0.1"
from .TwitchChannelPointsMiner import TwitchChannelPointsMiner
__all__ = [