Skip to content

Commit 84b5906

Browse files
getting metadata
1 parent ce5772f commit 84b5906

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

qencode3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sample-code/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from 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 = ''
1313
VIDEO_URL = 'https://nyc3.s3.qencode.com/qencode/bbb_30s.mp4'
1414

1515
client = qencode3.client(API_KEY)

setup.py

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

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

0 commit comments

Comments
 (0)