Skip to content

Commit 50ab7b0

Browse files
author
lvapeab
committed
Merge remote-tracking branch 'upstream/master'
2 parents 13e1ea0 + fe7f41b commit 50ab7b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multimodal Keras Wrapper
22
Wrapper for Keras with support to easy multimodal data and models loading and handling.
33

4-
[![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)
4+
[![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)
55

66
## Documentation
77

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from setuptools import find_packages
44

55
setup(name='multimodal-keras-wrapper',
6-
version='2.2.0',
6+
version='3.0.2',
77
description='Wrapper for Keras with support to easy multimodal data and models loading and handling.',
88
author='Marc Bolaños - Alvaro Peris',
99
author_email='marc.bolanos@ub.edu',
10-
url='https://github.com/lvapeab/multimodal_keras_wrapper',
11-
download_url='https://github.com/lvapeab/multimodal_keras_wrapper/archive/master.zip',
10+
url='https://github.com/MarcBS/multimodal_keras_wrapper',
11+
download_url='https://github.com/MarcBS/multimodal_keras_wrapper/archive/master.zip',
1212
license='MIT',
1313
classifiers=[
1414
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)