diff --git a/setup.cfg b/setup.cfg index 565da88..f6dd40f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.4.6 +version = 0.4.7 name = yamlfixer-opt-nc description = automates the fixing of problems reported by yamllint long_description = file: README.md diff --git a/yamlfixer/__init__.py b/yamlfixer/__init__.py index 9cb1ca4..0b7616f 100755 --- a/yamlfixer/__init__.py +++ b/yamlfixer/__init__.py @@ -19,7 +19,7 @@ import time -__version__ = "0.4.6" +__version__ = "0.4.7" __author__ = "OPT-NC" __license__ = "GPLv3+" __copyright__ = "Copyright (C) 2021-%s %s" % (time.strftime("%Y",