Skip to content

Commit

Permalink
Bump version to 1.3+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Nov 25, 2016
1 parent cfa3b2f commit 8d28288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
)
from .util import aclosing

__version__ = "1.3"
__version__ = "1.3+dev"

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

0 comments on commit 8d28288

Please sign in to comment.