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():
33
33
34
34
35
35
36
- __version__ = "0.9.28 "
36
+ __version__ = "0.9.30 "
37
37
__status__ = "Beta"
38
38
__author__ = "Qencode"
39
39
Original file line number Diff line number Diff line change 9
9
from qencode3 import QencodeClientException
10
10
11
11
#replace with your API KEY (can be found in your Project settings on Qencode portal)
12
- API_KEY = '5a2a846a26ace '
12
+ API_KEY = ''
13
13
VIDEO_URL = 'https://nyc3.s3.qencode.com/qencode/bbb_30s.mp4'
14
14
15
15
client = qencode3 .client (API_KEY )
Original file line number Diff line number Diff line change 13
13
14
14
setup (
15
15
name = 'qencode3' ,
16
- version = '0.9.28 ' ,
16
+ version = '0.9.30 ' ,
17
17
description = "Qencode client library to easily setup a working solution using Python v3.x." ,
18
18
long_description = long_description ,
19
19
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments