192841a836
Update the __version__ string in src/__init__.py from 4.9.7b to 4.9.7, indicating a release from beta to stable.
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.7"
|
|
__author__ = "oop7"
|