We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822b4f1 commit b5a4a22Copy full SHA for b5a4a22
qencode/__init__.py
@@ -29,10 +29,9 @@ def x265_video_codec():
29
30
from exeptions import QencodeClientException, QencodeTaskException
31
32
-__version__ = "1.0.3"
33
from tools import generate_aws_signed_url, fps_drm, cenc_drm
34
35
-__version__ = "1.0.1"
+__version__ = "1.0.3"
36
__status__ = "Production/Stable"
37
__author__ = "Qencode"
38
0 commit comments