Skip to content

Commit

Permalink
Bump to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Jun 9, 2023
1 parent cc1d207 commit f454936
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.0.13 6/9/2023

## Fixes

- Fix issue with minimum version of drawsvg in setup.py

# 2.0.12 6/9/2023

## Features
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mitreattack-python",
version="2.0.12",
version="2.0.13",
author="MITRE ATT&CK, MITRE Corporation",
author_email="[email protected]",
description="MITRE ATT&CK python library",
Expand Down Expand Up @@ -40,7 +40,7 @@
install_requires=[
"colour",
"deepdiff",
"drawsvg",
"drawsvg>=2.0.0",
"loguru",
"Markdown",
"numpy",
Expand Down

0 comments on commit f454936

Please sign in to comment.