From 24ee307b0d745eb0533e10d894b76b3c0bdaf24a Mon Sep 17 00:00:00 2001 From: Bryan Worrell Date: Mon, 5 May 2014 15:03:05 -0400 Subject: [PATCH] Bumped version to v1.1.0.5 --- stix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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