diff --git a/stix/__init__.py b/stix/__init__.py index 8d79915f..12f3e941 100644 --- a/stix/__init__.py +++ b/stix/__init__.py @@ -1,7 +1,7 @@ # Copyright (c) 2014, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "1.1.0.4" +__version__ = "1.1.0.5" from .base import Entity, EntityList