From 13b933c995ef462312f3fd8ffdb78c3b33b40699 Mon Sep 17 00:00:00 2001 From: Ivan Kirillov Date: Mon, 7 Oct 2013 11:22:03 -0400 Subject: [PATCH] Bumped up version to 2.0.1.1 to account for latest commits --- cybox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cybox/__init__.py b/cybox/__init__.py index a008603b..e027568b 100644 --- a/cybox/__init__.py +++ b/cybox/__init__.py @@ -1,7 +1,7 @@ # Copyright (c) 2013, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "2.0.1.0" +__version__ = "2.0.1.1" import collections import inspect