This commit is contained in:
tzutalin 2017-09-14 13:48:17 +08:00
parent 429290c799
commit 5dab21b847
3 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@
History
=======
1.5.0 (2017-9-14)
------------------
* Fix the issues
* Add feature: Draw a box easier
1.4.3 (2017-08-09)
------------------

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.3
current_version = 1.5.0
commit = True
tag = True

View File

@ -21,7 +21,7 @@ test_requirements = [
setup(
name='labelImg',
version='1.4.3',
version='1.5.0',
description="LabelImg is a graphical image annotation tool and label object bounding boxes in images",
long_description=readme + '\n\n' + history,
author="TzuTa Lin",