提交 b391468e 编写于 作者: A Adam Geitgey

Bump version

上级 7e454d7a
History History
======= =======
0.2.0 (2017-06-03)
------------------
* 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.
* Added face_distance.py example
* Improved CLI tests to actually test the CLI functionality
* Updated facerec_on_raspberry_pi.py to capture in rgb (not bgr) format.
0.1.14 (2017-04-22) 0.1.14 (2017-04-22)
------------------- -------------------
......
...@@ -25,7 +25,7 @@ test_requirements = [ ...@@ -25,7 +25,7 @@ test_requirements = [
setup( setup(
name='face_recognition', name='face_recognition',
version='0.1.14', version='0.2.0',
description="Recognize faces from Python or from the command line", description="Recognize faces from Python or from the command line",
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
author="Adam Geitgey", author="Adam Geitgey",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册