Skip to content

Commit b851afc

Browse files
committed
hot fix
fix #12
1 parent 58df4ff commit b851afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

attackcti/attack_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from stix2 import TAXIICollectionSource, Filter, CompositeDataSource, FileSystemSource
1313
from stix2.utils import get_type_from_id
14-
from taxii2client import Collection
14+
from taxii2client.v20 import Collection
1515
import json
1616
import os
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="attackcti",
16-
version="0.3.1",
16+
version="0.3.2",
1717
author="Roberto Rodriguez",
1818
description="ATTACK CTI Libary",
1919
long_description=long_description,

0 commit comments

Comments
 (0)