Skip to content

Commit ce0ccfb

Browse files
updated description(2)
1 parent 388f41b commit ce0ccfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qencode3/__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.22"
32+
__version__ = "0.9.23"
3333
__status__ = "Beta"
3434
__author__ = "Qencode"
3535

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.22',
16+
version='0.9.23',
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)