diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 429f0e32b..00580f85d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index de5d3080d..58c67ff50 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.2" +version = "v0.0.3" [project.urls] homepage = "https://github.com/microsoft/RD-Agent/"