Skip to content

Commit 0cef39c

Browse files
committed
Bump patch version.
1 parent 6a64795 commit 0cef39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-ses"
3-
version = "4.3.1"
3+
version = "4.3.2"
44
description = "A Django email backend for Amazon's Simple Email Service (SES)"
55
authors = [
66
"Harry Marr <[email protected]>",
@@ -49,7 +49,7 @@ requests = {version = ">=2.32.1", optional = true}
4949
bounce = ["requests", "cryptography"]
5050
events = ["requests", "cryptography"]
5151

52-
[tool.poetry.dev-dependencies]
52+
[tool.poetry.group.dev.dependencies]
5353
ruff = "^0.3.7"
5454
tox = "^3.24.5"
5555

0 commit comments

Comments
 (0)