Skip to content

Commit

Permalink
Bump version 1.0.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Oct 27, 2022
1 parent 2be1424 commit 789cce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 789cce9

Please sign in to comment.