diff --git a/docs/conf.py b/docs/conf.py index b37773e5..27285ffe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Center for Threat-Informed Defense" # The full version, including alpha/beta/rc tags -version = "v1.0.0" +version = "v2.0.0" release = version diff --git a/pyproject.toml b/pyproject.toml index a003463c..869c16a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "attack-flow" -version = "1.0.0" +version = "2.0.0" description = "Attack Flow helps executives, SOC managers, and defenders easily understand how attackers compose ATT&CK techniques into attacks by developing a representation of attack flows, modeling attack flows for a small corpus of incidents, and creating visualization tools to display attack flows." authors = [ "Desiree Beck ", @@ -48,7 +48,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.bumpver] -current_version = "1.0.0" +current_version = "2.0.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true