From d68313097c2927069e8b686590daf1ee50e6cb29 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Aug 2024 10:51:07 +0000 Subject: [PATCH] chore(release): 1.0.6-alpha.4 [skip ci] ## [1.0.6-alpha.4](https://github.com/opendatalab/labelU/compare/v1.0.6-alpha.3...v1.0.6-alpha.4) (2024-08-12) ### Bug Fixes * fix testcases ([dd8d9a3](https://github.com/opendatalab/labelU/commit/dd8d9a3b921a9c2f4d96f8e34c8af5525361c26a)) * release alpha to pypi ([69e212c](https://github.com/opendatalab/labelU/commit/69e212caa39a3d36f9c64b3c69afacf2202b398e)) * revert docs python 3.8 ([553aca4](https://github.com/opendatalab/labelU/commit/553aca4a49234fccfb05682449e7c59786757888)) * update test case ([04ce35a](https://github.com/opendatalab/labelU/commit/04ce35a79bda0e491bf436cd4f749786a602e2ba)) * use python 3.11 ([6f08299](https://github.com/opendatalab/labelU/commit/6f08299aaf9b946ff6953c1c88cd1d094e4341ab)) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 744a984..924597b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "labelu" -version = '1.0.6-alpha.3' +version = '1.0.6-alpha.4' description = "" license = "Apache-2.0" authors = ["shenguanlin "]