Skip to content

Commit d27a2a7

Browse files
committed
chore: bump version to 5.8.3
1 parent 1189f92 commit d27a2a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labelme/__init__.py

Lines changed: 1 addition & 1 deletion
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.2"
13+
__version__ = "5.8.3"
1414

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2"
10+
version = "5.8.3"
1111
authors = [{ name = "Kentaro Wada", email = "[email protected]" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)