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 905c293 commit b7b8b9fCopy full SHA for b7b8b9f
HISTORY.rst
@@ -1,6 +1,12 @@
1
History
2
=======
3
4
+0.1.11 (2017-03-30)
5
+-------------------
6
+
7
+* Fixed a minor bug in the command-line interface.
8
9
10
0.1.10 (2017-03-21)
11
-------------------
12
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='face_recognition',
28
- version='0.1.10',
+ version='0.1.11',
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