From 44f2c8f9c49b5efe67624b1187d1120cc5d3d07a Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 22 Dec 2020 11:43:15 +0300 Subject: [PATCH] increase version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2be637e..963cbd7 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.48", + version="0.0.49", 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",