diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4e844d0..a02f343 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.14 +current_version = 0.1.15 commit = True message = Bump to {new_version} tag = True diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 8008acd..1df9725 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,3 +1,3 @@ -sonar.projectVersion=0.1.14 +sonar.projectVersion=0.1.15 sonar.sources=aiotus sonar.tests=tests