From 8f3d1cf1dca7d6bd68d8d2c9812224e981dd9862 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 29 Jun 2016 16:25:58 +0200 Subject: [PATCH] [setup] Version bump [ci skip] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12b18fbd3..17da4c074 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ from setuptools import setup, find_packages setup( name='beat.web', - version='1.1.3', + version='1.1.4', description='Biometrics Evaluation and Testing Platform (Web Modules)', url='https://gitlab.idiap.ch/beat/beat.web', license='AGPLv3', -- GitLab