diff --git a/keract/__init__.py b/keract/__init__.py index 1c88362..75b6bae 100644 --- a/keract/__init__.py +++ b/keract/__init__.py @@ -14,4 +14,4 @@ from keract.keract import load_activations_from_json_file # noqa from keract.keract import persist_to_json_file # noqa -__version__ = '4.3.0' +__version__ = '4.3.1' diff --git a/setup.py b/setup.py index 37d5226..2d747f6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='keract', - version='4.3.0', + version='4.3.1', description='Keract - Tensorflow Keras Activations and Gradients', author='Philippe Remy', license='MIT',