From c2805ac12f874566486135883556be6dcd549586 Mon Sep 17 00:00:00 2001 From: Ross Whitfield Date: Wed, 17 Apr 2024 09:57:13 +1000 Subject: [PATCH] Update version to 3.1.0 --- SPECS/postprocessing.spec | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/postprocessing.spec b/SPECS/postprocessing.spec index a3fdf4f..bffe3da 100644 --- a/SPECS/postprocessing.spec +++ b/SPECS/postprocessing.spec @@ -3,7 +3,7 @@ %define release 1 Name: %{srcname} -Version: 3.0.0 +Version: 3.1.0 Release: %{release}%{?dist} Summary: %{summary} diff --git a/pyproject.toml b/pyproject.toml index c8210c9..58f4eb5 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.0.0" +version = "3.1.0" requires-python = ">=3.9" dependencies = [ "requests",