Skip to content

Commit

Permalink
Bump version: 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
graveljp committed Oct 27, 2022
1 parent ab52502 commit 055567f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.5
current_version = 1.0.6
commit = True
tag = True

Expand All @@ -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(".")'
init-hook = 'import sys; sys.path.append(".")'
2 changes: 1 addition & 1 deletion smugcli/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""SmugCLI version number."""

__version__ = '1.0.5'
__version__ = '1.0.6'

0 comments on commit 055567f

Please # to comment.