From fee33c8b342362b2513136ae42f51922d4f2c091 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 16 Jan 2024 22:33:43 +0000 Subject: [PATCH] new version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 081dc17..b34c34b 100644 --- a/setup.py +++ b/setup.py @@ -8,11 +8,11 @@ with open("requirements.txt", "r", encoding="utf-8") as f: setuptools.setup( name="deepface", - version="0.0.81", + version="0.0.82", author="Sefik Ilkin Serengil", author_email="serengil@gmail.com", description="A Lightweight Face Recognition and Facial Attribute Analysis Framework (Age, Gender, Emotion, Race) for Python", - data_files=[('', ['README.md', 'requirements.txt'])], + data_files=[("", ["README.md", "requirements.txt"])], long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/serengil/deepface",