Skip to content

Commit 85a643d

Browse files
committed
Bump version to 0.1.12
1 parent a49a905 commit 85a643d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
=======
33

4+
0.1.12 (2017-04-13)
5+
-------------------
6+
7+
* Fixed: Face landmarks wasn't returning all chin points.
8+
9+
410
0.1.11 (2017-03-30)
511
-------------------
612

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='face_recognition',
28-
version='0.1.11',
28+
version='0.1.12',
2929
description="Recognize faces from Python or from the command line",
3030
long_description=readme + '\n\n' + history,
3131
author="Adam Geitgey",

0 commit comments

Comments
 (0)