Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit de6f585

Browse files
authored
new release (#245)
* new release * ci
1 parent 382ac5d commit de6f585

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.2.4.1'
26+
__version__ = '2.2.4.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'''
2727

2828
setup(name='keras-mxnet',
29-
version='2.2.4.1',
29+
version='2.2.4.2',
3030
description='Deep Learning for humans. Keras with highly scalable,\
3131
high performance Apache MXNet backend support.',
3232
long_description=long_description,

0 commit comments

Comments
 (0)