diff --git a/CHANGES b/CHANGES index 1b92c84..f98f297 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* Release 0.10.1 +* Add the `aiter_sync()` function * Release 0.10.0 * Rename `coro_sync` to `await_sync` * Add Monitor start() and try_await() methods diff --git a/pyproject.toml b/pyproject.toml index ba003ae..5203336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asynkit" -version = "0.10.0" +version = "0.10.1" description = "A toolkit for Python coroutines" authors = ["Kristján Valur Jónsson "] repository = "https://github.com/kristjanvalur/py-asynkit"