Skip to content

Commit

Permalink
Merge pull request #115 from swimlane/6_1_2
Browse files Browse the repository at this point in the history
6.1.2
  • Loading branch information
MSAdministrator authored Jun 16, 2022
2 parents 8ec14ea + 71b69a9 commit 9a33b3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyattck/utils/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (6, 1, 1)
__version_info__ = (6, 1, 2)
__version__ = ".".join(map(str, __version_info__))
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 = "pyattck"
version = "6.1.1"
version = "6.1.2"
description = "A Python package to interact with the Mitre ATT&CK Frameworks"
authors = ["Swimlane <[email protected]>"]
license = "MIT"
Expand All @@ -13,7 +13,7 @@ python = "^3.7"
requests = "^2.27.1"
fire = "^0.4.0"
attrs = "^21.4.0"
pyattck-data = "^2.4.0"
pyattck-data = "^2.4.2"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ requests
PyYaml>=5.4.1
fire==0.3.1
attrs==21.4.0
pyattck-data>=2.4.0
pyattck-data>=2.4.2

0 comments on commit 9a33b3c

Please sign in to comment.