From 4bfff92ae88720bc73a2605f745311bc2830a826 Mon Sep 17 00:00:00 2001 From: Thomas Greenwood <89459745+addepar-tg@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:56:26 +0100 Subject: [PATCH] Bump version to 1.0.0 (#10) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffd4c01..9440317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "addepar-redflag" -version = "0.2.2" +version = "1.0.0" 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 "] repository = "https://github.com/Addepar/RedFlag"