diff --git a/python-batalgorithm.spec b/python-batalgorithm.spec index b548edb..dfa449c 100644 --- a/python-batalgorithm.spec +++ b/python-batalgorithm.spec @@ -7,7 +7,7 @@ Implementation of Bat Algorithm in Python.} Name: python-%{new_name} Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bat Algorithm for optimization License: MIT @@ -41,6 +41,9 @@ BuildRequires: python3-setuptools %pycached %{python3_sitelib}/%{pretty_name}.py %changelog +* Fri Jun 04 2021 Python Maint - 0.3.1-2 +- Rebuilt for Python 3.10 + * Sun Feb 14 2021 Iztok Fister Jr. - 0.3.1-1 - Package rename (BatAlgorithm -> batalgorithm)