Skip to content

Commit 16a9073

Browse files
jitrcclaude
andcommitted
chore: bump version to 0.4.1, sync uv.lock
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cbff525 commit 16a9073

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

PROGRESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MailSweep — Progress & Plan
22

33
**Last updated:** 2026-02-25
4-
**Status:** All 7 phases implemented. App running. ~6,500 lines of Python. 85/85 tests passing. Published on GitHub. Version 0.4.0.
4+
**Status:** All 7 phases implemented. App running. ~6,500 lines of Python. 85/85 tests passing. Published on GitHub. Version 0.4.1.
55

66
---
77

mailsweep.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ if sys.platform == 'darwin':
6464
info_plist={
6565
'NSHighResolutionCapable': True,
6666
'NSRequiresAquaSystemAppearance': False,
67-
'CFBundleShortVersionString': '0.4.0',
67+
'CFBundleShortVersionString': '0.4.1',
6868
},
6969
)

mailsweep/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88

99
APP_NAME = "MailSweep"
10-
APP_VERSION = "0.4.0"
10+
APP_VERSION = "0.4.1"
1111

1212
logger = logging.getLogger(__name__)
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mailsweep"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "IMAP Mailbox Analyzer & Cleaner — visualize and reclaim email storage"
55
readme = "README.md"
66
license = {text = "MIT"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)