Skip to content

Commit 75f1dc6

Browse files
committed
Updated setup.py
1 parent 44f041a commit 75f1dc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
setup(
2424
name='compreface-sdk',
2525
packages=find_packages(exclude=("tests",)),
26-
version='0.1.0',
26+
version='0.6.0',
2727
license='Apache License 2.0',
2828
description='CompreFace Python SDK makes face recognition into your application even easier.',
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",
31-
author='Artsiom Liubymov [email protected], Artsiom Khadzkou [email protected]',
32-
31+
author='Artsiom Liubymov [email protected], Artsiom Khadzkou [email protected], Aliaksei Tauhen [email protected]',
32+
3333
url='https://exadel.com/solutions/compreface/',
34-
download_url='https://github.com/exadel-inc/compreface-python-sdk/archive/refs/tags/0.1.0.tar.gz',
34+
download_url='https://github.com/exadel-inc/compreface-python-sdk/archive/refs/tags/0.6.0.tar.gz',
3535
keywords=[
3636
"CompreFace",
3737
"Face Recognition",

0 commit comments

Comments
 (0)