From 87b4cdae2fdb0f7975c823f471baa65951fae3ce Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Fri, 21 Jul 2023 21:24:36 +1000 Subject: [PATCH] aiorepl: Bump patch version. For changes in ff842310de5a3c9ea5a5aa5cbaa52e06e5f2952b. Signed-off-by: Jim Mussared --- micropython/aiorepl/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/aiorepl/manifest.py b/micropython/aiorepl/manifest.py index 5cce6c79..ca88bb35 100644 --- a/micropython/aiorepl/manifest.py +++ b/micropython/aiorepl/manifest.py @@ -1,5 +1,5 @@ metadata( - version="0.1", + version="0.1.1", description="Provides an asynchronous REPL that can run concurrently with an asyncio, also allowing await expressions.", )