Skip to content

Commit 139eb35

Browse files
committed
chore: set version to 3.0
1 parent 21e065b commit 139eb35

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
@@ -33,7 +33,7 @@
3333

3434

3535
__title__ = "aiosmtplib"
36-
__version__ = "3.0.0rc0"
36+
__version__ = "3.0.0"
3737
__author__ = "Cole Maclean"
3838
__license__ = "MIT"
3939
__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 = "3.0.0rc0"
7+
version = "3.0.0"
88
description = "asyncio SMTP client"
99
authors = ["Cole Maclean <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)