From f36af9ffe74f4251e611d5f7bab692f43990ef92 Mon Sep 17 00:00:00 2001 From: serengil Date: Tue, 29 Sep 2020 15:17:18 +0300 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2283d70..5ead7ee 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.40", + version="0.0.41", 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",