Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Sep 3, 2023
1 parent 2e0b5ea commit ca2b047
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Release 0.10.0
* Rename `coro_sync` to `await_sync`
* Add Monitor start() and try_await() methods
* Add support for PyPy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# asynkit: a toolkit for coroutines
# asynkit: A toolkit for Python coroutines

[![CI](https://github.com/kristjanvalur/py-asynkit/actions/workflows/ci.yml/badge.svg)](https://github.com/kristjanvalur/py-asynkit/actions/workflows/ci.yml)

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "asynkit"
version = "0.9.2"
description = "Async toolkit for advanced scheduling"
version = "0.10.0"
description = "A toolkit for Python coroutines"
authors = ["Kristján Valur Jónsson <[email protected]>"]
repository = "https://github.com/kristjanvalur/py-asynkit"
readme = "README.md"
Expand Down

0 comments on commit ca2b047

Please sign in to comment.