From 5a7b2e5e5866d167c3471fd45e9d7394beb59671 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 24 Jan 2023 22:59:35 +0000 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a60dc1..74d6a43 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.76", + version="0.0.77", 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",