Skip to content

Commit 5ca659b

Browse files
added AWS Signed Url, Fairplay DRM, Widevine DRM, Playready DRM
1 parent b5a4a22 commit 5ca659b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qencode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def x265_video_codec():
3131

3232
from tools import generate_aws_signed_url, fps_drm, cenc_drm
3333

34-
__version__ = "1.0.3"
34+
__version__ = "1.0.4"
3535
__status__ = "Production/Stable"
3636
__author__ = "Qencode"
3737

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='qencode',
14-
version='1.0.3',
14+
version='1.0.4',
1515
description="Client library for main features and functionality of Qencode for Python v2.x.",
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)