8000 tools/mpremote: Bump version to 0.3.0. · micropython/micropython@5290bfa · GitHub
[go: up one dir, main page]

Skip to content

Commit 5290bfa

Browse files
committed
tools/mpremote: Bump version to 0.3.0.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 646fcda commit 5290bfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/mpremote/mpremote/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"

tools/mpremote/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mpremote
3-
version = 0.2.0
3+
version = 0.3.0
44
author = Damien George
55
author_email = damien@micropython.org
66
description = Tool for interacting remotely with MicroPython

0 commit comments

Comments
 (0)
0