From ed785e1e02a304d8ab102354315f0b54ab5cef63 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 4 Dec 2020 14:40:19 +0300 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e17295bdd..02fcd7ee9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="deepface", - version="0.0.43", + version="0.0.44", 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",