From 97d57bf32e973bbb6b4b5c2cec80742da67a0e82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Aug 2024 12:37:13 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/opendatalab/labelU/compare/v1.0.5...v1.0.6) (2024-08-12) ### Bug Fixes * query all pre annotations if sample name is specified ([#112](https://github.com/opendatalab/labelU/issues/112)) ([9df153f](https://github.com/opendatalab/labelU/commit/9df153fe2ac7e63d1331e48fdd2cb8b75b12f466)) * update frontend to 5.3.0 ([80013e4](https://github.com/opendatalab/labelU/commit/80013e47122b9aee90af5fb44e2f980f1989508c)) * use python 3.11 ([6beb4d0](https://github.com/opendatalab/labelU/commit/6beb4d07737bab992c277f7cf55dcfa06535be41)) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4934aeb..2bedaf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "labelu" -version = '1.0.6-alpha.5' +version = '1.0.6' description = "" license = "Apache-2.0" authors = ["shenguanlin "]