From 1cb6d92d9b3b009401a1ecb84726acf17c075817 Mon Sep 17 00:00:00 2001 From: Laurent El Shafey <Laurent.El-Shafey@idiap.ch> Date: Fri, 15 Feb 2013 23:08:34 +0100 Subject: [PATCH] Fix version (major release) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0698254..06a740b 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.1.4', + version='0.2.0', description='Example for using Bob to create face verification systems', url='http://pypi.python.org/pypi/bob.example.faceverify', license='GPLv3', -- GitLab