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 @@ -33,7 +33,7 @@ def x265_video_codec():
3333
3434
3535
36- __version__ = "0.9.28 "
36+ __version__ = "0.9.30 "
3737__status__ = "Beta"
3838__author__ = "Qencode"
3939
Original file line number Diff line number Diff line change 99from qencode3 import QencodeClientException
1010
1111#replace with your API KEY (can be found in your Project settings on Qencode portal)
12- API_KEY = '5a2a846a26ace '
12+ API_KEY = ''
1313VIDEO_URL = 'https://nyc3.s3.qencode.com/qencode/bbb_30s.mp4'
1414
1515client = qencode3 .client (API_KEY )
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = 'qencode3' ,
16- version = '0.9.28 ' ,
16+ version = '0.9.30 ' ,
1717 description = "Qencode client library to easily setup a working solution using Python v3.x." ,
1818 long_description = long_description ,
1919 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments