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 3f06016 commit aff06e9Copy full SHA for aff06e9
HISTORY.rst
@@ -1,6 +1,12 @@
1
History
2
=======
3
4
+0.1.14 (2017-04-22)
5
+-------------------
6
+
7
+* Fixed a ValueError crash when using the CLI on Python 2.7
8
9
10
0.1.13 (2017-04-20)
11
-------------------
12
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='face_recognition',
28
- version='0.1.13',
+ version='0.1.14',
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