55f7a90c76
Update version references from 4.8.3 to 4.9.0b in __init__.py, main app, and About dialog to prepare for the next beta release.
9 lines
156 B
Python
9 lines
156 B
Python
"""
|
|
YTSage - YouTube Video Downloader
|
|
|
|
A modern, user-friendly YouTube video downloader built with PySide6.
|
|
"""
|
|
|
|
__version__ = "4.9.0b"
|
|
__author__ = "oop7"
|