diff --git a/SPECS/postprocessing.spec b/SPECS/postprocessing.spec index bffe3da..0bb2f00 100644 --- a/SPECS/postprocessing.spec +++ b/SPECS/postprocessing.spec @@ -3,7 +3,7 @@ %define release 1 Name: %{srcname} -Version: 3.1.0 +Version: 3.2.0 Release: %{release}%{?dist} Summary: %{summary} diff --git a/pyproject.toml b/pyproject.toml index 58f4eb5..6f0238c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "postprocessing" description = "Post-processing agent to automatically catalog and reduce neutron data" -version = "3.1.0" +version = "3.2.0" requires-python = ">=3.9" dependencies = [ "requests",