Skip to content

Commit d5111c4

Browse files
committed
release 2.0.0 🎉
1 parent 8498cc9 commit d5111c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎aiosmtplib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
__title__ = "aiosmtplib"
35-
__version__ = "2.0.0b1"
35+
__version__ = "2.0.0"
3636
__author__ = "Cole Maclean"
3737
__license__ = "MIT"
3838
__copyright__ = "Copyright 2022 Cole Maclean"

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "aiosmtplib"
7-
version = "2.0.0b1"
7+
version = "2.0.0"
88
description = "asyncio SMTP client"
99
authors = ["Cole Maclean <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)