Skip to content

Commit 0b8f0d9

Browse files
Caleb R LittleCaleb R Little
authored andcommitted
v1.3.1 bugfix - Downgrade taxii2-client to 2.2.2
1 parent deadd0e commit 0b8f0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="mitreattack-python",
8-
version="1.3.0",
8+
version="1.3.1",
99
author="MITRE ATT&CK, MITRE Corporation",
1010
author_email="attack@mitre.org",
1111
description="MITRE ATT&CK python library",
@@ -36,7 +36,7 @@
3636
'colour>=0.1.5',
3737
'openpyxl>=3.0.3',
3838
'stix2>=1.1.2',
39-
'taxii2-client>=2.2.1',
39+
'taxii2-client==2.2.2',
4040
'numpy>=1.16.0',
4141
'drawSvg>=1.6.0',
4242
'Pillow>=7.1.2',

0 commit comments

Comments
 (0)