From c79833dafa32400e6a5e81cee0fd8acfe5499b1f Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Thu, 29 Aug 2024 13:13:49 -0400 Subject: [PATCH] bump version number --- 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 0c0183d..ea4fb7c 100644 --- a/SPECS/postprocessing.spec +++ b/SPECS/postprocessing.spec @@ -3,7 +3,7 @@ %define release 1 Name: %{srcname} -Version: 3.3.0 +Version: 3.3.1 Release: %{release}%{?dist} Summary: %{summary} diff --git a/pyproject.toml b/pyproject.toml index f24cb35..aded384 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.3.0" +version = "3.3.1" requires-python = ">=3.9" dependencies = [ "requests",