Skip to content

Commit

Permalink
Bump version to 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgaiser committed Jun 20, 2019
1 parent 8eefd00 commit 08af308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(self, *args, **kwargs):

setuptools.setup(
name = 'keras-retinanet',
version = '0.5.0',
version = '0.5.1',
description = 'Keras implementation of RetinaNet object detection.',
url = 'https://github.com/fizyr/keras-retinanet',
author = 'Hans Gaiser',
Expand Down

0 comments on commit 08af308

Please sign in to comment.