From 1cc16cab5dcf690c2eb3ebe91688ea69b29d8c5d Mon Sep 17 00:00:00 2001 From: Your Name <110548351+oop7@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:35:19 +0300 Subject: [PATCH] chore: bump version number --- ytsage_gui_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ytsage_gui_main.py b/ytsage_gui_main.py index fba722b..343983b 100644 --- a/ytsage_gui_main.py +++ b/ytsage_gui_main.py @@ -36,7 +36,7 @@ class YTSageApp(QMainWindow, FormatTableMixin, VideoInfoMixin): # Inherit from m if not check_ffmpeg(): self.show_ffmpeg_dialog() - self.version = "4.5.6" + self.version = "4.5.7" self.check_for_updates() self.config_file = Path.home() / '.ytsage_config.json' load_saved_path(self) @@ -255,7 +255,7 @@ class YTSageApp(QMainWindow, FormatTableMixin, VideoInfoMixin): # Inherit from m save_path(self, path) # Call the utility function def init_ui(self): - self.setWindowTitle('YTSage v4.5.6') + self.setWindowTitle('YTSage v4.5.7') self.setMinimumSize(900, 750) # Main widget and layout