From 2d8a3d630a679c828230835ab48a6d3b64384a42 Mon Sep 17 00:00:00 2001 From: lvapeab Date: Tue, 31 Mar 2020 11:13:48 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e27c382..401bf3f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages setup(name='multimodal-keras-wrapper', - version='3.0.5', + version='3.0.6', description='Wrapper for Keras with support to easy multimodal data and models loading and handling.', author='Marc BolaƱos - Alvaro Peris', author_email='marc.bolanos@ub.edu',