From 2a711f1cb4d4f59eb93f4c55043b94e5527e9348 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Thu, 15 Apr 2021 13:18:45 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.118=20=E2=86=92=201.1.119?= 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 89c67d3..3f35966 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.118" +__version__ = "1.1.119" diff --git a/setup.cfg b/setup.cfg index a8c27de..ea26abb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.118 +current_version = 1.1.119 tag_name = {new_version} commit = True tag = True