diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b17d674..84e631e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.13 +current_version = 0.9.14 tag = True tag_name = {new_version} sign_tags = True diff --git a/setup.cfg b/setup.cfg index bf34ba5..41e138e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ max-line-length = 120 disable = fixme [metadata] -version = 0.9.13 +version = 0.9.14 name = yamlfixer-opt-nc description = automates the fixing of problems reported by yamllint long_description = file: README.md diff --git a/snapcraft.yaml b/snapcraft.yaml index ca86691..2a40e3c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,7 +1,7 @@ --- name: yamlfixer-opt-nc base: core20 -version: '0.9.13' +version: '0.9.14' summary: automates the fixing of problems reported by yamllint description: | yamlfixer automates the fixing of problems reported by diff --git a/yamlfixer/__init__.py b/yamlfixer/__init__.py index c8d4869..c642878 100755 --- a/yamlfixer/__init__.py +++ b/yamlfixer/__init__.py @@ -24,7 +24,7 @@ import time -__version__ = "0.9.13" +__version__ = "0.9.14" __author__ = "OPT-NC" __license__ = "GPLv3+" __year__ = time.strftime("%Y", time.localtime(time.time()))