Update README.md

This commit is contained in:
Santiago Lo Coco 2023-10-27 12:31:23 -03:00
parent 6577ec6a9b
commit e161e13d34
2 changed files with 1 additions and 4 deletions

View File

@ -36,9 +36,6 @@ async def example_usage():
print(f"Response Headers: {response_headers}") print(f"Response Headers: {response_headers}")
except Exception as e: except Exception as e:
print(f"An error occurred: {e}") print(f"An error occurred: {e}")
# Run the example
example_usage()
``` ```
### `request` ### `request`

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "asyncreq" name = "asyncreq"
version = "0.0.3" version = "0.0.4"
description = "A lightweight library for making asynchronous HTTP requests." description = "A lightweight library for making asynchronous HTTP requests."
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"