diff --git a/HISTORY.rst b/HISTORY.rst index 56961aef..13c11ddc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +1.3.1 (2017-05-11) +------------------ + +* Fix issues + 1.3.0 (2017-04-22) ------------------ diff --git a/setup.cfg b/setup.cfg index 7660b0c0..8a15c78f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index e556afc2..97bbddc5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ test_requirements = [ setup( 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", long_description=readme + '\n\n' + history, author="TzuTa Lin",