From 055567fe1c2ceb3ca7ba45db3de4ea163bfd9fea Mon Sep 17 00:00:00 2001 From: Jean-Philippe Gravel Date: Wed, 26 Oct 2022 23:09:55 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.5=20=E2=86=92=201.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 20 ++++++++++---------- smugcli/version.py | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/setup.cfg b/setup.cfg index e5dc06b..e09e675 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.0.6 commit = True tag = True @@ -24,14 +24,14 @@ indent-string = ' ' max-line-length = 80 [pylint.design] -max-args=100 -max-attributes=100 -max-bool-expr=100 -max-branches=100 -max-locals=100 -max-public-methods=100 -max-returns=100 -max-statements=100 +max-args = 100 +max-attributes = 100 +max-bool-expr = 100 +max-branches = 100 +max-locals = 100 +max-public-methods = 100 +max-returns = 100 +max-statements = 100 [pylint.master] -init-hook = 'import sys; sys.path.append(".")' \ No newline at end of file +init-hook = 'import sys; sys.path.append(".")' diff --git a/smugcli/version.py b/smugcli/version.py index ab875ff..4b56bc7 100644 --- a/smugcli/version.py +++ b/smugcli/version.py @@ -1,3 +1,3 @@ """SmugCLI version number.""" -__version__ = '1.0.5' +__version__ = '1.0.6'