diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 077967f9..429f0e32 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 0e027b12..d8dee06c 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 60ddb073..de5d3080 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/"