setup.py: Bump version.

This commit is contained in:
Brandon Amos 2016-01-22 12:03:36 -05:00
parent 5946f37d60
commit 6d69373a44
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='openface',
version='0.1.1',
version='0.2.0',
description="Face recognition with Google's FaceNet deep neural network.",
url='https://github.com/cmusatyalab/openface',
packages=['openface'],