yt-dlp/yt_dlp/version.py
Simon Sawicki 77df20f14c
[update] Add option --update-to, including to nightly (#6220)
* By default, stable will only update to stable, and nightly to nightly

Authored by: Grub4K, bashonly, pukkandan

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2023-03-03 22:55:09 +05:30

12 lines
164 B
Python

# Autogenerated by devscripts/update-version.py
__version__ = '2023.02.17'
RELEASE_GIT_HEAD = 'a0a7c0154'
VARIANT = None
UPDATE_HINT = None
CHANNEL = 'stable'