From bfbf41b165684c8486536139361c8a45275dc9c8 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 11 Mar 2022 20:46:05 +0000 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1d7bfb..5286df9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="deepface", - version="0.0.74", + version="0.0.75", 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",