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