From 2f1d93ae452e3dd344a299409a83ec8dbd95e6bd Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Wed, 28 Jun 2017 08:47:33 -0400 Subject: [PATCH] Bump version to 1.0.3.dev0 --- stixmarx/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stixmarx/version.py b/stixmarx/version.py index 5b2150e..780fcc1 100644 --- a/stixmarx/version.py +++ b/stixmarx/version.py @@ -1,4 +1,4 @@ # Copyright (c) 2017, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "1.0.2" +__version__ = "1.0.3.dev0"