Skip to content

Commit

Permalink
Prepare 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Oct 7, 2019
1 parent 8904340 commit f295e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
from .models import Model
from .models import Sequential

__version__ = '2.3.0'
__version__ = '2.3.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'''

setup(name='Keras',
version='2.3.0',
version='2.3.1',
description='Deep Learning for humans',
long_description=long_description,
author='Francois Chollet',
Expand Down

0 comments on commit f295e8e

Please sign in to comment.