diff --git a/pyproject.toml b/pyproject.toml index eefc5ab..2feacb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiofiles" -version = "22.1.0.dev0" +version = "22.1.0" description = "File support for asyncio." authors = ["Tin Tvrtkovic "] license = "Apache-2.0"