From fe31c050b77275e3b29a2fc4b655096aea16769b Mon Sep 17 00:00:00 2001 From: Philip Abbet <philip.abbet@idiap.ch> Date: Thu, 6 Apr 2017 15:50:35 +0200 Subject: [PATCH] [version] Bump to v1.2.0rc3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1347cfcf9..fe2ad7894 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ from setuptools import setup, find_packages setup( name='beat.web', - version='1.2.0rc2', + version='1.2.0rc3', description='Biometrics Evaluation and Testing Platform (Web Modules)', url='https://gitlab.idiap.ch/beat/beat.web', license='AGPLv3', -- GitLab