1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[version] Set version number based on UTC time, not local time

This commit is contained in:
pukkandan
2021-02-16 16:54:42 +05:30
parent 46261325be
commit f3b7c69377
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2021.02.16'
__version__ = '2021.02.15'