From a3366cdc1ef35508d269c7d12a7c08b3a8135748 Mon Sep 17 00:00:00 2001 From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch> Date: Wed, 20 Apr 2016 10:55:14 +0200 Subject: [PATCH] [setup] updated beat.web version to 1.0.4rc3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4213207a..205096e3a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ from setuptools import setup, find_packages setup( name='beat.web', - version='1.0.4rc2', + version='1.0.4rc3', description='Biometrics Evaluation and Testing Platform (Web Modules)', url='https://gitlab.idiap.ch/beat/beat.web', license='AGPLv3', -- GitLab