diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1d58f70..b17d674 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.12 +current_version = 0.9.13 tag = True tag_name = {new_version} sign_tags = True diff --git a/setup.cfg b/setup.cfg index 0d27442..1be7c65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ max-line-length = 120 disable = fixme [metadata] -version = 0.9.12 +version = 0.9.13 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 2dbb966..ca86691 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,7 +1,7 @@ --- name: yamlfixer-opt-nc base: core20 -version: '0.9.12' +version: '0.9.13' 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 12e3d32..c8d4869 100755 --- a/yamlfixer/__init__.py +++ b/yamlfixer/__init__.py @@ -24,7 +24,7 @@ import time -__version__ = "0.9.12" +__version__ = "0.9.13" __author__ = "OPT-NC" __license__ = "GPLv3+" __year__ = time.strftime("%Y", time.localtime(time.time()))