Update version to 1.4.0
This commit is contained in:
parent
398da39dce
commit
d11fbb57de
@ -1,6 +1,13 @@
|
|||||||
=======
|
=======
|
||||||
History
|
History
|
||||||
=======
|
=======
|
||||||
|
1.4.0 (2017-0-7)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Add feature: auto saving
|
||||||
|
* Add feature: single class mode
|
||||||
|
* Fix the issues
|
||||||
|
|
||||||
1.3.4 (2017-07-7)
|
1.3.4 (2017-07-7)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.3.4
|
current_version = 1.4.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ test_requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='labelImg',
|
name='labelImg',
|
||||||
version='1.3.4',
|
version='1.4.0',
|
||||||
description="LabelImg is a graphical image annotation tool and label object bounding boxes in images",
|
description="LabelImg is a graphical image annotation tool and label object bounding boxes in images",
|
||||||
long_description=readme + '\n\n' + history,
|
long_description=readme + '\n\n' + history,
|
||||||
author="TzuTa Lin",
|
author="TzuTa Lin",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user