We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4dba48 + c112ca3 commit b695677Copy full SHA for b695677
2 files changed
email_processor/__version__.py
@@ -1,3 +1,3 @@
1
"""Version information for email_processor package."""
2
3
-__version__ = "8.0.5"
+__version__ = "8.0.6"
pyproject.toml
@@ -11,7 +11,7 @@ include-package-data = true
11
12
[project]
13
name = "email-processor"
14
-version = "8.0.5"
+version = "8.0.6"
15
description = "Email attachment processor with IMAP and SMTP support"
16
readme = "README.md"
17
requires-python = ">=3.9"
0 commit comments