diff --git a/libtaxii/version.py b/libtaxii/version.py index cc71201..4de6a60 100644 --- a/libtaxii/version.py +++ b/libtaxii/version.py @@ -1,4 +1,4 @@ # Copyright (c) 2017, The MITRE Corporation # For license information, see the LICENSE.txt file -__version__ = "1.1.113" +__version__ = "1.1.114" diff --git a/setup.cfg b/setup.cfg index c46a09c..693a1a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.113 +current_version = 1.1.114 tag_name = {new_version} commit = True tag = True