Skip to content

Commit b5a4a22

Browse files
added AWS Signed Url, Fairplay DRM, Widevine DRM, Playready DRM
1 parent 822b4f1 commit b5a4a22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qencode/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ def x265_video_codec():
2929

3030
from exeptions import QencodeClientException, QencodeTaskException
3131

32-
__version__ = "1.0.3"
3332
from tools import generate_aws_signed_url, fps_drm, cenc_drm
3433

35-
__version__ = "1.0.1"
34+
__version__ = "1.0.3"
3635
__status__ = "Production/Stable"
3736
__author__ = "Qencode"
3837

0 commit comments

Comments
 (0)