Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Sep 7, 2023
1 parent b623769 commit b60b748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/kristjanvalur/py-asynkit"
Expand Down

0 comments on commit b60b748

Please sign in to comment.