We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e065b commit 139eb35Copy full SHA for 139eb35
aiosmtplib/__init__.py
@@ -33,7 +33,7 @@
33
34
35
__title__ = "aiosmtplib"
36
-__version__ = "3.0.0rc0"
+__version__ = "3.0.0"
37
__author__ = "Cole Maclean"
38
__license__ = "MIT"
39
__copyright__ = "Copyright 2022 Cole Maclean"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "aiosmtplib"
7
-version = "3.0.0rc0"
+version = "3.0.0"
8
description = "asyncio SMTP client"
9
authors = ["Cole Maclean <[email protected]>"]
10
license = "MIT"
0 commit comments