From 0c00f2eae0856a232666b8f98febbe6a8e4a1712 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Feb 2024 05:34:13 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.36 [skip ci] # [1.0.0-alpha.36](https://github.com/opendatalab/labelU/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2024-02-26) ### Bug Fixes * fix test case ([ac7bc37](https://github.com/opendatalab/labelU/commit/ac7bc37a493a8829ffc7e7d34e74547343206297)) * Upgrade frontend to v4.1.0-alpha.11. See the details in [release notes](https://github.com/opendatalab/labelU-Kit/releases/tag/v4.1.0-alpha.11) ([de4c738](https://github.com/opendatalab/labelU/commit/de4c738cda09404ed517c0eaf186d948a91b0497)) ### Features * add pre annotations ([#86](https://github.com/opendatalab/labelU/issues/86)) ([5adeeae](https://github.com/opendatalab/labelU/commit/5adeeae88034561941050f54cfe80bc6c30284c0)) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 026b94a8..b535b296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "labelu" -version = '1.0.0-alpha.35' +version = '1.0.0-alpha.36' description = "" license = "Apache-2.0" authors = ["pengjinhu "]