diff --git a/README.md b/README.md index 4bbe1c0..43d8e8a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ _If you are using FastLabel prototype, please install version 0.2.2._ - [Annotation](#annotation) - [Converter](#converter) - [COCO](#coco) + - [YOLO](#yolo) + - [Pascal VOC](#pascal-voc) ## Installation diff --git a/setup.py b/setup.py index 860ed7b..831bbb8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="fastlabel", - version="0.8.0", + version="0.8.1", author="eisuke-ueta", author_email="eisuke.ueta@fastlabel.ai", description="The official Python SDK for FastLabel API, the Data Platform for AI",