diff --git a/setup.py b/setup.py index 4bd4442a7..3c7a091e0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( name = 'keras-retinanet', - version = '0.4.0', + version = '0.4.1', description = 'Keras implementation of RetinaNet object detection.', url = 'https://github.com/fizyr/keras-retinanet', author = 'Hans Gaiser',