Skip to content

Commit 69837ba

Browse files
committed
Bump version to 0.2.1
1 parent aeb1489 commit 69837ba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deep neural networks.*
1111
[travis-image]: https://travis-ci.org/cmusatyalab/openface.png?branch=master
1212
[travis]: http://travis-ci.org/cmusatyalab/openface
1313

14-
[release-image]: http://img.shields.io/badge/release-0.2.0-blue.svg?style=flat
14+
[release-image]: http://img.shields.io/badge/release-0.2.1-blue.svg?style=flat
1515
[releases]: https://github.com/cmusatyalab/openface/releases
1616

1717
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

docs/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 0.2.1 (2016/01/25)
4+
+ Minor bug fixes and improved error messages.
5+
+ Add a LFW classification experiment and an outlier detection script.
6+
37
## 0.2.0 (2016/01/19)
48
+ See [this blog post](http://bamos.github.io/2016/01/19/openface-0.2.0/)
59
for an overview and

setup.py

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

33
setup(
44
name='openface',
5-
version='0.2.0',
5+
version='0.2.1',
66
description="Face recognition with Google's FaceNet deep neural network.",
77
url='https://github.com/cmusatyalab/openface',
88
packages=['openface'],

0 commit comments

Comments
 (0)