From 69c727acb8984ff4c04df32421dda95b7f1fdd2d Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 27 Jan 2024 19:24:04 +0000 Subject: [PATCH] v0.0.84 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81c803b..dc730dc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("requirements.txt", "r", encoding="utf-8") as f: setuptools.setup( name="deepface", - version="0.0.83", + version="0.0.84", 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",