Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Oct 27, 2020
1 parent eaccd3e commit b4482ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiofiles/__init__.py
@@ -1,6 +1,6 @@
"""Utilities for asyncio-friendly file handling."""
from .threadpool import open

__version__ = "0.6.0.dev0"
__version__ = "0.6.0"

__all__ = ["open"]

0 comments on commit b4482ae

Please sign in to comment.