Skip to content

Commit

Permalink
Bump version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed May 10, 2024
1 parent 1322ef3 commit aa2b698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiostream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .aiter_utils import async_, await_
from .core import StreamEmpty, operator, pipable_operator, streamcontext

__version__ = "0.6.0rc1"
__version__ = "0.6.0"

__all__ = [
"stream",
Expand Down

0 comments on commit aa2b698

Please sign in to comment.