Skip to content

Commit

Permalink
Version bumped to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 28, 2024
1 parent 537e7e1 commit 6afa1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion icm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6afa1ad

Please sign in to comment.