Skip to content

Commit f295e8e

Browse files
committed
Prepare 2.3.1 release
1 parent 8904340 commit f295e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.0'
26+
__version__ = '2.3.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'''
2525

2626
setup(name='Keras',
27-
version='2.3.0',
27+
version='2.3.1',
2828
description='Deep Learning for humans',
2929
long_description=long_description,
3030
author='Francois Chollet',

0 commit comments

Comments
 (0)