diff --git a/CHANGELOG.md b/CHANGELOG.md index 615210b..69fa42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unrelease +# 1.0.2 * Add `uvloop` example to README.md * Improved tests coverage. diff --git a/pyproject.toml b/pyproject.toml index 749fc3c..83fce92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "backports.asyncio.runner" -version = "1.0.1" +version = "1.0.2" description = "Backport of asyncio.Runner, a context manager that controls event loop life cycle." license = { text = "PSF-2.0" } requires-python = ">=3.8,<3.11"