08021f6c53
Updated version references from 4.9.0b to 4.9.0 in __init__.py, main app, and About dialog to reflect stable release.
9 lines
155 B
Python
9 lines
155 B
Python
"""
|
|
YTSage - YouTube Video Downloader
|
|
|
|
A modern, user-friendly YouTube video downloader built with PySide6.
|
|
"""
|
|
|
|
__version__ = "4.9.0"
|
|
__author__ = "oop7"
|