From 12367f7b3340a2e3559c0504a748dcdccf99730f Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Mon, 19 Oct 2020 08:57:33 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.117=20=E2=86=92=201.1.118?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libtaxii/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libtaxii/version.py b/libtaxii/version.py index 66f375b..89c67d3 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.117" +__version__ = "1.1.118" diff --git a/setup.cfg b/setup.cfg index 9be0801..a8c27de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.117 +current_version = 1.1.118 tag_name = {new_version} commit = True tag = True