diff --git a/setup.cfg b/setup.cfg index d2760ca..12fc7a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.0.6 commit = True tag = True diff --git a/stixmarx/version.py b/stixmarx/version.py index 68b7698..846bff9 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.5" +__version__ = "1.0.6"