From 66b41ec12765bd81965c586a6f164fba8b462f43 Mon Sep 17 00:00:00 2001 From: bobzilladev Date: Thu, 23 May 2024 16:54:33 -0400 Subject: [PATCH] release 1.3.0 with update maturin --- examples/aiohttp-ngrok.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aiohttp-ngrok.py b/examples/aiohttp-ngrok.py index 81aec3d0..576d7a3b 100755 --- a/examples/aiohttp-ngrok.py +++ b/examples/aiohttp-ngrok.py @@ -5,7 +5,7 @@ async def hello(request): - return web.Response(text="Hello, world") + return web.Response(text="Online in One Line") logging.basicConfig(level=logging.INFO)