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 b5a4a22 commit 5ca659bCopy full SHA for 5ca659b
qencode/__init__.py
@@ -31,7 +31,7 @@ def x265_video_codec():
31
32
from tools import generate_aws_signed_url, fps_drm, cenc_drm
33
34
-__version__ = "1.0.3"
+__version__ = "1.0.4"
35
__status__ = "Production/Stable"
36
__author__ = "Qencode"
37
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name='qencode',
14
- version='1.0.3',
+ version='1.0.4',
15
description="Client library for main features and functionality of Qencode for Python v2.x.",
16
long_description=long_description,
17
long_description_content_type='text/markdown',
0 commit comments