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 e05c195 commit 56e53d2Copy full SHA for 56e53d2
qencode/__init__.py
@@ -29,7 +29,7 @@ def x265_video_codec():
29
30
from exeptions import QencodeClientException, QencodeTaskException
31
32
-__version__ = "0.9.29"
+__version__ = "0.9.30"
33
__status__ = "Beta"
34
__author__ = "Qencode"
35
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name='qencode',
14
- version='0.9.29',
+ version='0.9.30',
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