Skip to content

Commit e2d467c

Browse files
jitrcclaude
andcommitted
chore: sync version 0.5.0 in config.py, mailsweep.spec, uv.lock
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 054a028 commit e2d467c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1',
67+
'CFBundleShortVersionString': '0.5.0',
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.1"
10+
APP_VERSION = "0.5.0"
1111

1212
logger = logging.getLogger(__name__)
1313

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)