diff --git a/.vscode/launch.json b/.vscode/launch.json index 4a5da5b..a774adc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -35,7 +35,7 @@ "type": "debugpy", "request": "launch", "program": "icm-run.py", - "args": ["install","iceK", "iceWires", "--all"], + "args": ["install","iceCounter"], //"console": "internalConsole", "console": "integratedTerminal", "justMyCode": true, diff --git a/icm/__init__.py b/icm/__init__.py index 23cfc48..56d88f9 100644 --- a/icm/__init__.py +++ b/icm/__init__.py @@ -6,7 +6,7 @@ # -- Author Jesús Arroyo # -- Licence GPLv2 -VERSION = (0, 5, 0) +VERSION = (0, 5, 1) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "icm"