Skip to content

Commit 06242f2

Browse files
committed
Bump version
1 parent bf18252 commit 06242f2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.rst

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

4+
0.2.2 (2017-06-03)
5+
------------------
6+
7+
* Added --show-distance to cli
8+
* Fixed a bug where --tolerance was ignored in cli if testing a single image
9+
10+
11+
0.2.1 (2017-06-03)
12+
------------------
13+
14+
* Added --tolerance to cli
15+
16+
417
0.2.0 (2017-06-03)
518
------------------
619

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.2.1',
28+
version='0.2.2',
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)