From cca16c56d3ceb8ac18e1a39205f3a6636cae35d6 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 24 Jun 2021 09:32:32 +0300 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3707156b7..e3a48e428 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="deepface", - version="0.0.60", + version="0.0.61", 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",