diff --git a/setup.cfg b/setup.cfg index d8c9e16..747869a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index c6a7c1e..edbd5f6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='appknox', - version='3.2.0', + version='3.2.1', description='Command-line interface & Python wrapper for the Appknox API', long_description=long_description, url='https://github.com/appknox/appknox-python',