Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fae461

Browse files
committedMar 6, 2018
Prepare 2.1.5 release
1 parent 830c363 commit 2fae461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎keras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
from .models import Model
2424
from .models import Sequential
2525

26-
__version__ = '2.1.4'
26+
__version__ = '2.1.5'

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44

55
setup(name='Keras',
6-
version='2.1.4',
6+
version='2.1.5',
77
description='Deep Learning for humans',
88
author='Francois Chollet',
99
author_email='francois.chollet@gmail.com',
1010
url='https://github.com/keras-team/keras',
11-
download_url='https://github.com/keras-team/keras/tarball/2.1.4',
11+
download_url='https://github.com/keras-team/keras/tarball/2.1.5',
1212
license='MIT',
1313
install_requires=['numpy>=1.9.1',
1414
'scipy>=0.14',

0 commit comments

Comments
 (0)
Please sign in to comment.