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"