1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-08 21:04:38 +02:00

[sphinx] Fix version import

This commit is contained in:
Naglis Jonaitis 2014-10-27 18:49:48 +02:00
parent b2e6a1c14c
commit aaa399d2f6

View File

@ -44,8 +44,8 @@
# built documents.
#
# The short X.Y version.
import youtube_dl
version = youtube_dl.__version__
from youtube_dl.version import __version__
version = __version__
# The full version, including alpha/beta/rc tags.
release = version