We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36bcd5 commit e32f53cCopy full SHA for e32f53c
HISTORY.rst
@@ -1,6 +1,13 @@
1
History
2
=======
3
4
+0.1.10 (2017-03-21)
5
+-------------------
6
+
7
+* Minor pref improvements with face comparisons.
8
+* Test updates.
9
10
11
0.1.9 (2017-03-16)
12
------------------
13
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='face_recognition',
28
- version='0.1.9',
+ version='0.1.10',
29
description="Recognize faces from Python or from the command line",
30
long_description=readme + '\n\n' + history,
31
author="Adam Geitgey",
0 commit comments