Version bump v0.10.0b1

This commit is contained in:
John Reese 2022-02-09 23:57:30 -08:00
parent d9c09b2281
commit cbf872e6be
2 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,19 @@
aioitertools
============
v0.10.0b1
---------
Beta release
- New `as_generated()` function for consuming multiple iterables (#99)
```
$ git shortlog -s v0.9.0...v0.10.0b1
3 John Reese
```
v0.9.0
------

View File

@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.10.0b1"