Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jun 18, 2019
1 parent 80c9392 commit 8b63175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ async def test_homepage():

## Alternatives

* The [`httpcore` package][httpcore] provides a low-level async HTTP client.
* The [`http3` package][http3] both sync and async HTTP clients, with a requests-compatible API.
* The [`aiohttp` package][aiohttp] provides an alternative client for making async HTTP requests.

[issues]: https://github.com/encode/requests-async/issues
[aiohttp]: https://docs.aiohttp.org/en/stable/client.html
[httpcore]: https://github.com/encode/httpcore
[http3]: https://github.com/encode/http3
2 changes: 1 addition & 1 deletion requests_async/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .sessions import Session
from .status_codes import codes

__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 8b63175

Please sign in to comment.