Skip to content

Commit 2e06cda

Browse files
committed
bump mptool version
Signed-off-by: Jos Verlinde <[email protected]>
1 parent 209509d commit 2e06cda

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/launch.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
// "sudo": true,
3434
"cwd": "${workspaceFolder}",
3535
"args": [
36-
"-v",
36+
// "-V",
37+
"--ignore",
38+
"/dev/ttyAMA0",
3739
"list",
3840
// "--version",
3941
// "v1.22.2",

src/mptool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mptool"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "Download and flashing tool for MicroPython firmwares"
55
authors = ["Jos Verlinde <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)