Increase version name to 1.2.4

This commit is contained in:
tzutalin 2017-05-03 19:22:55 +08:00
parent a8de414015
commit b365c103ba
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.2.3 current_version = 1.2.4
commit = True commit = True
tag = True tag = True

View File

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