Skip to content

Commit bbfd02c

Browse files
committed
bump 0.0.4
1 parent 848c147 commit bbfd02c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

accentnotifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Sending various forms of notifications such as smtp"""
22

3-
__version__ = "0.0.3"
3+
__version__ = "0.0.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python",
1717
]
1818
dependencies = [
19-
"pydantic>=2.0.1,<2.1.0",
19+
"pydantic>=2.0.1,<2.2.0",
2020
"pydantic-settings>=2.0.1,<2.1.0",
2121
]
2222
dynamic = ["version", "description"]

0 commit comments

Comments
 (0)