[chilloutzone] Fix for python 3.2
[youtube-dl] / youtube_dl / version.py
index 430509ba31519c7026080c196c4f1c3271235101..b333851534e9edd9c75ff70ee4350874530ea8f7 100644 (file)
@@ -1,2 +1,3 @@
+from __future__ import unicode_literals
 
-__version__ = '2014.09.18'
+__version__ = '2015.05.20'