From 7d87ca2c1cea4529e542a1d9136f3d0156bad006 Mon Sep 17 00:00:00 2001 From: fdemello <13694949+fdemello@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:22:38 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.1=20=E2=86=92=200.11.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8343120..55df4d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1 +current_version = 0.11.2 commit = True tag = True diff --git a/setup.py b/setup.py index f979588..7573590 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ name=PACKAGE_NAME, author='Felipe de Mello', author_email='fdemello@cisco.com', - version='0.11.1', + version='0.11.2', url='https://github.com/CiscoDevNet/webex-teams-archiver', description='Room archiver utility for Webex Teams', long_description=long_description,