From 2e2aa21bba9b28c0b0d70cd7fe3330aeeb5702a9 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 20 Aug 2021 18:03:59 +0300 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37588de..f9e9cde 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.68", + version="0.0.69", 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",