Update README.md
This commit is contained in:
parent
6577ec6a9b
commit
e161e13d34
|
@ -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`
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue