diff --git a/setup.py b/setup.py index 81c803b..dc730dc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("requirements.txt", "r", encoding="utf-8") as f: setuptools.setup( name="deepface", - version="0.0.83", + version="0.0.84", 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",