Skip to content

Commit 0e71e85

Browse files
committed
5.8.1
1 parent 5f57dcb commit 0e71e85

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

labelme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# 2. MINOR version when you add functionality in a backwards-compatible manner;
1111
# 3. PATCH version when you make backwards-compatible bug fixes.
1212
# e.g., 1.0.0a0, 1.0.0a1, 1.0.0b0, 1.0.0rc0, 1.0.0, 1.0.0.post0
13-
__version__ = "5.8.0"
13+
__version__ = "5.8.1"
1414

1515
from labelme.label_file import LabelFile
1616
from labelme import testing

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "labelme"
77
description = "Image Polygonal Annotation with Python"
88
license = { text = "GPL-3.0-only" }
99
requires-python = ">=3.9"
10-
version = "5.8.0"
10+
version = "5.8.1"
1111
authors = [{ name = "Kentaro Wada", email = "www.kentaro.wada@gmail.com" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

uv.lock

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)