From 109734398f6471ee3567c9851edb1d1d04e67513 Mon Sep 17 00:00:00 2001 From: SunsetWolf Date: Fri, 2 Aug 2024 07:55:36 +0000 Subject: [PATCH 1/2] fix_release_ci_error --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 077967f96..429f0e32b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 60ddb0736..de5d3080d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ license = {text = "MIT License"} name = "rdagent" readme = "README.md" requires-python = ">=3.10" -version = "v0.0.1" +version = "v0.0.2" [project.urls] homepage = "https://github.com/microsoft/RD-Agent/" From e6f83076d2c576aee60bc6c0ba253045288d5b69 Mon Sep 17 00:00:00 2001 From: SunsetWolf Date: Fri, 2 Aug 2024 08:00:27 +0000 Subject: [PATCH 2/2] refining pr templates --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0e027b120..d8dee06c1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - + ## Description