Skip to content

Commit

Permalink
Bump version 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
Bug fixes and improvements
--------------------------

* Fix `ASGIWebSocketAsyncNetworkStream` implementation to avoid async tasks issues. Thanks @graingert 🎉
  • Loading branch information
frankie567 committed Jan 4, 2025
1 parent f594786 commit 10bb1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx_ws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.0"
__version__ = "0.7.1"

from ._api import (
AsyncWebSocketSession,
Expand Down

0 comments on commit 10bb1b3

Please sign in to comment.