From b7e28715c5574f11e2c290badfdd121c020587a1 Mon Sep 17 00:00:00 2001 From: Philip ABBET <philip.abbet@idiap.ch> Date: Tue, 21 Nov 2017 12:15:29 +0100 Subject: [PATCH] [version] Bump to v1.3.0rc4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51890d815..59dd0ff13 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ from setuptools import setup, find_packages setup( name='beat.web', - version='1.3.0rc3', + version='1.3.0rc4', description='Biometrics Evaluation and Testing Platform (Web Modules)', url='https://gitlab.idiap.ch/beat/beat.web', license='AGPLv3', -- GitLab