diff --git a/setup.cfg b/setup.cfg index 7940f14..44c3f2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True tag = True diff --git a/smugcli/version.py b/smugcli/version.py index 8a81504..858de17 100644 --- a/smugcli/version.py +++ b/smugcli/version.py @@ -1 +1 @@ -__version__ = '1.0.4' +__version__ = '1.0.5'