From 7753399103b97e12af0d8e9f011ccf5be09a7842 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Thu, 11 Apr 2019 15:26:55 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.112=20=E2=86=92=201.1.113?= 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 356c687..cc71201 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.112" +__version__ = "1.1.113" diff --git a/setup.cfg b/setup.cfg index 0f79d8f..c46a09c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.112 +current_version = 1.1.113 tag_name = {new_version} commit = True tag = True