Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
fix #12
  • Loading branch information
Cyb3rWard0g committed Apr 3, 2020
1 parent 58df4ff commit b851afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attackcti/attack_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from stix2 import TAXIICollectionSource, Filter, CompositeDataSource, FileSystemSource
from stix2.utils import get_type_from_id
from taxii2client import Collection
from taxii2client.v20 import Collection
import json
import os

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="attackcti",
version="0.3.1",
version="0.3.2",
author="Roberto Rodriguez",
description="ATTACK CTI Libary",
long_description=long_description,
Expand Down

0 comments on commit b851afc

Please sign in to comment.