diff --git a/README.md b/README.md index 45ee120..edf47fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Multimodal Keras Wrapper Wrapper for Keras with support to easy multimodal data and models loading and handling. -[![Build Status](https://travis-ci.org/lvapeab/multimodal_keras_wrapper.svg?branch=master)](https://travis-ci.org/lvapeab/multimodal_keras_wrapper) [![Requirements Status](https://requires.io/github/lvapeab/multimodal_keras_wrapper/requirements.svg?branch=master)](https://requires.io/github/lvapeab/multimodal_keras_wrapper/requirements/?branch=master) ![Compatibility](https://img.shields.io/badge/Python-2.7%2F3.7-blue.svg) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/lvapeab/multimodal_keras_wrapper/blob/master/LICENSE) +[![PyPI version](https://badge.fury.io/py/multimodal-keras-wrapper.svg)](https://badge.fury.io/py/multimodal-keras-wrapper) [![Build Status](https://travis-ci.org/lvapeab/multimodal_keras_wrapper.svg?branch=master)](https://travis-ci.org/lvapeab/multimodal_keras_wrapper) [![Requirements Status](https://requires.io/github/lvapeab/multimodal_keras_wrapper/requirements.svg?branch=master)](https://requires.io/github/lvapeab/multimodal_keras_wrapper/requirements/?branch=master) ![Compatibility](https://img.shields.io/badge/Python-2.7%2F3.7-blue.svg) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/lvapeab/multimodal_keras_wrapper/blob/master/LICENSE) ## Documentation diff --git a/setup.py b/setup.py index e5c8534..16d31e3 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import find_packages setup(name='multimodal-keras-wrapper', - version='2.2.0', + version='3.0.2', 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', - url='https://github.com/lvapeab/multimodal_keras_wrapper', - download_url='https://github.com/lvapeab/multimodal_keras_wrapper/archive/master.zip', + url='https://github.com/MarcBS/multimodal_keras_wrapper', + download_url='https://github.com/MarcBS/multimodal_keras_wrapper/archive/master.zip', license='MIT', classifiers=[ 'Intended Audience :: Developers',