We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deadd0e commit 0b8f0d9Copy full SHA for 0b8f0d9
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="mitreattack-python",
8
- version="1.3.0",
+ version="1.3.1",
9
author="MITRE ATT&CK, MITRE Corporation",
10
author_email="attack@mitre.org",
11
description="MITRE ATT&CK python library",
@@ -36,7 +36,7 @@
36
'colour>=0.1.5',
37
'openpyxl>=3.0.3',
38
'stix2>=1.1.2',
39
- 'taxii2-client>=2.2.1',
+ 'taxii2-client==2.2.2',
40
'numpy>=1.16.0',
41
'drawSvg>=1.6.0',
42
'Pillow>=7.1.2',
0 commit comments