diff --git a/.packit/rpmlint.spec b/.packit/rpmlint.spec index ff529e4f1..2ef2ab6c1 100644 --- a/.packit/rpmlint.spec +++ b/.packit/rpmlint.spec @@ -1,7 +1,7 @@ %{!?python3: %global python3 %{__python3}} Name: rpmlint -Version: 2.4.0 +Version: 2.5.0 Release: 0%{?dist} Summary: Tool for checking common errors in RPM packages diff --git a/pyproject.toml b/pyproject.toml index b3bce9e82..8fbd3b0fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "rpmlint" -version = "2.4.0" +version = "2.5.0" description = "Check for common errors in RPM packages" license = {text = "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)"} authors = [ @@ -75,7 +75,7 @@ include-package-data = true [tool.setuptools.package-data] rpmlint = ["configdefaults.toml"] -"rpmlint.descriptions" = ["*.toml"] +"rpmlint.descriptions" = ["*.toml"] [tool.ruff]