Skip to content

Commit e7e9eff

Browse files
committed
chore: bump version to 5.10.0
1 parent 9deda23 commit e7e9eff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

labelme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 2. MINOR version when you add functionality in a backwards-compatible manner;
88
# 3. PATCH version when you make backwards-compatible bug fixes.
99
# e.g., 1.0.0a0, 1.0.0a1, 1.0.0b0, 1.0.0rc0, 1.0.0, 1.0.0.post0
10-
__version__ = "5.9.1"
10+
__version__ = "5.10.0"
1111

1212
from labelme import testing
1313
from labelme import utils

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.9.1"
10+
version = "5.10.0"
1111
authors = [{ name = "Kentaro Wada", email = "[email protected]" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)