From 4f82e9960a2638af9d831581185ddd3bac5711fc Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:15:12 +0800 Subject: [PATCH] fix: fix_release_ci_error (#150) * fix_release_ci_error * refining pr templates --- .bumpversion.cfg | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 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/.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 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/"