diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b1b37b8..e619037 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.6 +current_version = 0.6.7 commit = False tag = False tag_name = {new_version} diff --git a/scratchrelaxtv/__init__.py b/scratchrelaxtv/__init__.py index d6e1273..54017a6 100644 --- a/scratchrelaxtv/__init__.py +++ b/scratchrelaxtv/__init__.py @@ -20,7 +20,7 @@ import re -__version__ = "0.6.6" +__version__ = "0.6.7" EXIT_OKAY = 0 EXIT_NOT_OKAY = 1 diff --git a/setup.cfg b/setup.cfg index ad62661..f6ac3e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = scratchrelaxtv description = Terraform developer tool to extract variables and generate variables.tf files. long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown -version = 0.6.6 +version = 0.6.7 author = YakDriver author_email = projects@plus3it.com url = https://github.com/YakDriver/scratchrelaxtv