diff --git a/micropython/mip/manifest.py b/micropython/mip/manifest.py index 00efa545..88fb08da 100644 --- a/micropython/mip/manifest.py +++ b/micropython/mip/manifest.py @@ -1,4 +1,4 @@ -metadata(version="0.2.0", description="On-device package installer for network-capable boards") +metadata(version="0.3.0", description="On-device package installer for network-capable boards") require("requests")