Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
healthonrails committed Jun 7, 2022
1 parent a561f45 commit ace5f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion annolid/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from annolid.postprocessing.quality_control import pred_dict_to_labelme
from annolid.annotation.keypoints import save_labels
__appname__ = 'Annolid'
__version__ = "1.1.1"
__version__ = "1.1.2"


LABEL_COLORMAP = imgviz.label_colormap(value=200)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="annolid",
version="1.0.1",
version="1.1.2",
author="Chen Yang",
author_email="[email protected]",
description="An Annotation and instance segmenation based mutiple animal tracking package",
Expand Down

0 comments on commit ace5f59

Please sign in to comment.