version increase for next pip release

This commit is contained in:
Sefik Ilkin Serengil 2023-12-08 22:10:54 +00:00
parent 39e29c00b7
commit c1f60ba3d6

View File

@ -8,7 +8,7 @@ with open("requirements.txt", "r", encoding="utf-8") as f:
setuptools.setup(
name="deepface",
version="0.0.79",
version="0.0.80",
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",