diff --git a/pyproject.toml b/pyproject.toml index cc04899f..335491cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mirrormanager2" -version = "1.0.0" +version = "1.1.0" description = "The application used to managed the Fedora mirrors all over the world." authors = [ "Fedora Infrastructure team ", @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: POSIX :: Linux", ] packages = [ diff --git a/utility/mirrormanager2.spec b/utility/mirrormanager2.spec index 099fc3ac..eb5339d3 100644 --- a/utility/mirrormanager2.spec +++ b/utility/mirrormanager2.spec @@ -2,7 +2,7 @@ %global python_pkgversion %{python3_pkgversion} Name: mirrormanager2 -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Mirror management application