Skip to content

Commit

Permalink
Bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Jun 18, 2017
1 parent f5f70bd commit 5b1f51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_generator/__init__.py
Expand Up @@ -3,7 +3,7 @@
)
from .util import aclosing

__version__ = "1.7+dev"
__version__ = "1.8"

__all__ = ["async_generator", "yield_", "yield_from_", "aclosing",
"isasyncgen", "isasyncgenfunction"]

0 comments on commit 5b1f51f

Please sign in to comment.