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 eba9d6e commit 79edfe8Copy full SHA for 79edfe8
qencode/__init__.py
@@ -29,7 +29,7 @@ def x265_video_codec():
29
30
from exeptions import QencodeClientException, QencodeTaskException
31
32
-__version__ = "1.0.1"
+__version__ = "1.0.2"
33
__status__ = "Production/Stable"
34
__author__ = "Qencode"
35
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name='qencode',
14
- version='1.0.1',
+ version='1.0.2',
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