From c1f60ba3d6a0646a36c2c3d168f8b190dd481a3e Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 8 Dec 2023 22:10:54 +0000 Subject: [PATCH] version increase for next pip release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2055363..d483a9b 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.79", + version="0.0.80", 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",