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:
4242Resolution
4343 * 8K
4444 * 4K
45- * 1140p
45+ * 1440p
4646 * 1080p
4747 * 720p
4848 * 480p
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def x265_video_codec():
2929
3030from exeptions import QencodeClientException , QencodeTaskException
3131
32- __version__ = "0.9.25 "
32+ __version__ = "0.9.26 "
3333__status__ = "Beta"
3434__author__ = "Qencode"
3535
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'qencode' ,
14- version = '0.9.25 ' ,
14+ version = '0.9.26 ' ,
1515 description = "Client library for main features and functionality of Qencode for Python v2.x." ,
1616 long_description = long_description ,
1717 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments