Skip to content

Commit 16d2e00

Browse files
committed
updated description(2)
1 parent aa551ea commit 16d2e00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Some of the options Qencode offers for transcoding your videos at scale:
4242
Resolution
4343
* 8K
4444
* 4K
45-
* 1140p
45+
* 1440p
4646
* 1080p
4747
* 720p
4848
* 480p

qencode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def x265_video_codec():
2929

3030
from exeptions import QencodeClientException, QencodeTaskException
3131

32-
__version__ = "0.9.25"
32+
__version__ = "0.9.26"
3333
__status__ = "Beta"
3434
__author__ = "Qencode"
3535

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
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',

0 commit comments

Comments
 (0)