diff --git a/README.md b/README.md index f61c4a9..dee3de2 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ redflag --config custom-config.yml By default, RedFlag produces an HTML report that can be opened in a browser. - +
diff --git a/pyproject.toml b/pyproject.toml index d4fa400..ffd4c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "addepar-redflag" -version = "0.2.1" +version = "0.2.2" description = "RedFlag uses AI to identify high-risk code changes. Run it in batch mode for release candidate testing or in CI pipelines to flag PRs and add reviewers. RedFlag's flexible configuration makes it valuable for any team." authors = ["Addepar Security Engineering