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.", )