File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Some of the options Qencode offers for transcoding your videos at scale:
42
42
Resolution
43
43
* 8K
44
44
* 4K
45
- * 1140p
45
+ * 1440p
46
46
* 1080p
47
47
* 720p
48
48
* 480p
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def x265_video_codec():
29
29
30
30
from exeptions import QencodeClientException , QencodeTaskException
31
31
32
- __version__ = "0.9.25 "
32
+ __version__ = "0.9.26 "
33
33
__status__ = "Beta"
34
34
__author__ = "Qencode"
35
35
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = 'qencode' ,
14
- version = '0.9.25 ' ,
14
+ version = '0.9.26 ' ,
15
15
description = "Client library for main features and functionality of Qencode for Python v2.x." ,
16
16
long_description = long_description ,
17
17
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments