There was an error while loading. Please reload this page.
version
_version
1 parent c4f254a commit bb33e26Copy full SHA for bb33e26
1 file changed
stix/core/stix_package.py
@@ -96,7 +96,7 @@ def __init__(self, id_=None, idref=None, timestamp=None, stix_header=None,
96
97
self.id_ = id_ or idgen.create_id("Package")
98
self.idref = idref
99
- self._version = STIXPackage._version
+ self.version = STIXPackage._version
100
self.stix_header = stix_header
101
self.campaigns = campaigns
102
self.courses_of_action = courses_of_action
0 commit comments