Update patch version

This commit is contained in:
tzutalin 2017-05-11 09:23:41 +08:00
parent 132492d61f
commit 01bf8deac9
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
History History
======= =======
1.3.1 (2017-05-11)
------------------
* Fix issues
1.3.0 (2017-04-22) 1.3.0 (2017-04-22)
------------------ ------------------

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.3.0 current_version = 1.3.1
commit = True commit = True
tag = True tag = True

View File

@ -21,7 +21,7 @@ test_requirements = [
setup( setup(
name='labelImg', name='labelImg',
version='1.3.0', version='1.3.1',
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",