From 36f5fb63ee147815c6ecb5252a294c4c1932371c Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Mon, 12 Jul 2021 23:27:38 +0300 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8888fa9..b48c0ee 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.64", + version="0.0.65", 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",