From 50f3a935b643a6e851198a002473c52d5ef46d42 Mon Sep 17 00:00:00 2001 From: cvhub Date: Sun, 12 Jan 2025 13:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(release):=20bump=20version?= =?UTF-8?q?=20to=20v2.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_zh-CN.md | 2 +- anylabeling/app_info.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66739f0..640d67f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ## ๐Ÿฅณ What's New - Jan. 2025: - - ๐Ÿš€๐Ÿš€๐Ÿš€ Release version [2.5.2](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.2). + - ๐Ÿš€๐Ÿš€๐Ÿš€ Release version [2.5.3](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.3). - Dec. 2024: - ๐ŸŠ๐ŸŠ๐ŸŠ Added support for [Hyper-YOLO](https://github.com/iMoonLab/Hyper-YOLO) model. - ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ Release version [2.5.0](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.0). diff --git a/README_zh-CN.md b/README_zh-CN.md index 474b6dd..02b44b6 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -38,7 +38,7 @@ ## ๐Ÿฅณ ๆ–ฐๅŠŸ่ƒฝ - 2025ๅนด1ๆœˆ: - - ๐Ÿš€๐Ÿš€๐Ÿš€ ๅ‘ๅธƒ[X-AnyLabeling v2.5.2](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.2)็‰ˆๆœฌใ€‚ + - ๐Ÿš€๐Ÿš€๐Ÿš€ ๅ‘ๅธƒ[X-AnyLabeling v2.5.3](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.3)็‰ˆๆœฌใ€‚ - 2024ๅนด12ๆœˆ: - ๐ŸŠ๐ŸŠ๐ŸŠ ๆ”ฏๆŒ[Hyper-YOLO](https://github.com/iMoonLab/Hyper-YOLO)ๆจกๅž‹ใ€‚ - ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ ๅ‘ๅธƒ[X-AnyLabeling v2.5.0](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.0)็‰ˆๆœฌใ€‚ diff --git a/anylabeling/app_info.py b/anylabeling/app_info.py index 655d278..bbf1062 100644 --- a/anylabeling/app_info.py +++ b/anylabeling/app_info.py @@ -1,5 +1,5 @@ __appname__ = "X-AnyLabeling" __appdescription__ = "Advanced Auto Labeling Solution with Added Features" -__version__ = "2.5.2" +__version__ = "2.5.3" __preferred_device__ = "CPU" # GPU or CPU __url__ = "https://github.com/CVHub520/X-AnyLabeling"