From e161e13d349d0ed9499391b2bbae8e7492d61827 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 27 Oct 2023 12:31:23 -0300 Subject: [PATCH] Update README.md --- README.md | 3 --- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a0cf173..1f096c4 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,6 @@ async def example_usage(): print(f"Response Headers: {response_headers}") except Exception as e: print(f"An error occurred: {e}") - -# Run the example -example_usage() ``` ### `request` diff --git a/pyproject.toml b/pyproject.toml index 8c8033a..81ce0d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "asyncreq" -version = "0.0.3" +version = "0.0.4" description = "A lightweight library for making asynchronous HTTP requests." readme = "README.md" requires-python = ">=3.8"