mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 00:55:07 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
68acdbda9d
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
import youtube_dl
|
from youtube_dl.version import __version__
|
||||||
version = youtube_dl.__version__
|
version = __version__
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue