From 1b185c94b5d1de3626da8757b87f96f38c40971f Mon Sep 17 00:00:00 2001 From: Sharat M R Date: Tue, 14 Apr 2020 00:13:02 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.0=20=E2=86=92=204.0.1?= 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 97b0748..33a82af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0 +current_version = 4.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 04adabd..c657d01 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='appknox', - version='4.0.0', + version='4.0.1', description='Command-line interface & Python wrapper for the Appknox API', long_description=long_description, url='https://github.com/appknox/appknox-python',