We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8904340 commit f295e8eCopy full SHA for f295e8e
keras/__init__.py
@@ -23,4 +23,4 @@
23
from .models import Model
24
from .models import Sequential
25
26
-__version__ = '2.3.0'
+__version__ = '2.3.1'
setup.py
@@ -24,7 +24,7 @@
'''
setup(name='Keras',
27
- version='2.3.0',
+ version='2.3.1',
28
description='Deep Learning for humans',
29
long_description=long_description,
30
author='Francois Chollet',
0 commit comments