diff --git a/.packit/rpmlint.spec b/.packit/rpmlint.spec index 9ae31c64a..e7dc39896 100644 --- a/.packit/rpmlint.spec +++ b/.packit/rpmlint.spec @@ -1,7 +1,7 @@ %{!?python3: %global python3 %{__python3}} Name: rpmlint -Version: 2.0.0 +Version: 2.1.0 Release: 0%{?dist} Summary: Tool for checking common errors in RPM packages diff --git a/setup.py b/setup.py index 9a282a6d0..1a161af79 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ url='https://github.com/rpm-software-management/rpmlint', download_url='https://github.com/rpm-software-management/rpmlint', - version='2.0.0', + version='2.1.0', author='Frédéric Lepied', author_email='flepied@mandriva.com',