Skip to content

Commit 79edfe8

Browse files
committed
updated version to 1.0.2
1 parent eba9d6e commit 79edfe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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__ = "1.0.1"
32+
__version__ = "1.0.2"
3333
__status__ = "Production/Stable"
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='1.0.1',
14+
version='1.0.2',
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)