Skip to content

Commit df70b9e

Browse files
committed
bump version
1 parent f8e32f9 commit df70b9e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.rst

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

4+
0.1.9 (2017-03-16)
5+
------------------
6+
7+
* Fix minimum scipy version required.
8+
9+
10+
0.1.8 (2017-03-16)
11+
------------------
12+
13+
* Fix missing Pillow dependency.
14+
15+
416
0.1.7 (2017-03-13)
517
------------------
618

setup.py

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

2525
setup(
2626
name='face_recognition',
27-
version='0.1.8',
27+
version='0.1.9',
2828
description="Recognize faces from Python or from the command line",
2929
long_description=readme + '\n\n' + history,
3030
author="Adam Geitgey",

0 commit comments

Comments
 (0)