From 1eb8890af83581a14793e03a5f21e0487867d2ba Mon Sep 17 00:00:00 2001
From: Laurent El Shafey <Laurent.El-Shafey@idiap.ch>
Date: Fri, 15 Feb 2013 23:34:55 +0100
Subject: [PATCH] Update version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index a9f0d98..b20b874 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
     # This is the basic information about your project. Modify all this
     # information before releasing code publicly.
     name='bob.example.faceverify',
-    version='0.2.0',
+    version='0.2.1',
     description='Example for using Bob to create face verification systems',
     url='http://pypi.python.org/pypi/bob.example.faceverify',
     license='GPLv3',
-- 
GitLab