Skip to content

Commit

Permalink
Bump version number for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 24, 2020
1 parent 7b76bed commit 1a3ee84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
from .models import Model
from .models import Sequential

__version__ = '2.4.2'
__version__ = '2.4.3'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
'''

setup(name='Keras',
version='2.4.2',
version='2.4.3',
description='Deep Learning for humans',
long_description=long_description,
author='Francois Chollet',
author_email='[email protected]',
url='https://github.com/keras-team/keras',
download_url='https://github.com/keras-team/keras/tarball/2.4.2',
download_url='https://github.com/keras-team/keras/tarball/2.4.3',
license='MIT',
install_requires=['numpy>=1.9.1',
'scipy>=0.14',
Expand Down

0 comments on commit 1a3ee84

Please sign in to comment.