From e70f97e4a146e105228953a75f4919d10c6e0fff Mon Sep 17 00:00:00 2001 From: Adam Geitgey Date: Thu, 20 Feb 2020 14:19:46 +0000 Subject: [PATCH] Bump version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a81e95..3a1e8e1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = [ setup( name='face_recognition', - version='1.2.3', + version='1.3.0', description="Recognize faces from Python or from the command line", long_description=readme + '\n\n' + history, author="Adam Geitgey", -- GitLab