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 388f41b commit ce0ccfbCopy full SHA for ce0ccfb
qencode3/__init__.py
@@ -29,7 +29,7 @@ def x265_video_codec():
29
30
from . exeptions import QencodeClientException, QencodeTaskException
31
32
-__version__ = "0.9.22"
+__version__ = "0.9.23"
33
__status__ = "Beta"
34
__author__ = "Qencode"
35
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='qencode3',
16
- version='0.9.22',
+ version='0.9.23',
17
description="Qencode client library to easily setup a working solution using Python v3.x.",
18
long_description=long_description,
19
long_description_content_type='text/markdown',
0 commit comments