diff --git a/setup.py b/setup.py index 0a81e953fc958c6567b6e4ee2acd103c68f6ad3c..3a1e8e11581fc6a4bce161f6e602c017029ae4e2 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",