Skip to content

Commit b391468

Browse files
committed
Bump version
1 parent 7e454d7 commit b391468

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
History
22
=======
33

4+
0.2.0 (2017-06-03)
5+
------------------
6+
7+
* The CLI can now take advantage of multiple CPUs. Just pass in the -cpus X parameter where X is the number of CPUs to use.
8+
* Added face_distance.py example
9+
* Improved CLI tests to actually test the CLI functionality
10+
* Updated facerec_on_raspberry_pi.py to capture in rgb (not bgr) format.
11+
12+
413
0.1.14 (2017-04-22)
514
-------------------
615

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='face_recognition',
28-
version='0.1.14',
28+
version='0.2.0',
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)