Skip to content

Commit 68bdeb7

Browse files
author
warwakei
committed
Bump version to 0.0.2
1 parent 7e70e45 commit 68bdeb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def create_about_tab(self, parent):
573573
bg=self.bg_primary, fg=self.accent)
574574
title_label.pack()
575575

576-
version_label = tk.Label(content_frame, text="v0.0.1", font=("Consolas", 9),
576+
version_label = tk.Label(content_frame, text="v0.0.2", font=("Consolas", 9),
577577
bg=self.bg_primary, fg=self.accent_light)
578578
version_label.pack()
579579

0 commit comments

Comments
 (0)