From fa44651e27bc4b038e9017941acc55b0fae0a0ae Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 27 Jun 2021 00:55:31 +0300 Subject: [PATCH] new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5375972..73b1b0c 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.62", + version="0.0.63", 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",