diff --git a/pyproject.toml b/pyproject.toml index 8ce44111..683ff493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "aiosmtplib" -version = "1.1.4dev0" +version = "1.1.4" description = "asyncio SMTP client" authors = ["Cole Maclean "] license = "MIT"