From cdde9ae1609bf28cf6dfc6ab044ea7417fa8cf5f Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Mon, 15 Jun 2020 16:54:10 +0300 Subject: [PATCH] new version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ee0ee32..7fc2fb2 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="deepface", - version="0.0.28", + version="0.0.29", author="Sefik Ilkin Serengil", author_email="serengil@gmail.com", - description="Deep Face Analysis Framework for Face Recognition and Demography (Age, Gender, Emotion, Race)", + description="A Lightweight Face Recognition and Facial Attribute Analysis Framework (Age, Gender, Emotion, Race) for Python", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/serengil/deepface",