Skip to content

Commit b695677

Browse files
authored
Merge pull request #38 from KHolodilin/feature/bump-version-8.0.6
chore: bump version to 8.0.6
2 parents c4dba48 + c112ca3 commit b695677

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

email_processor/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for email_processor package."""
22

3-
__version__ = "8.0.5"
3+
__version__ = "8.0.6"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include-package-data = true
1111

1212
[project]
1313
name = "email-processor"
14-
version = "8.0.5"
14+
version = "8.0.6"
1515
description = "Email attachment processor with IMAP and SMTP support"
1616
readme = "README.md"
1717
requires-python = ">=3.9"

0 commit comments

Comments
 (0)