From cd1a2b707c765db9a71f9e9e03bd6c5330c9be51 Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Tue, 23 Jan 2024 10:09:05 -0500 Subject: [PATCH] update version number and add back dependency needed for RPM build --- SPECS/postprocessing.spec | 2 +- environment.yml | 1 + pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SPECS/postprocessing.spec b/SPECS/postprocessing.spec index 85144f9..a3fdf4f 100644 --- a/SPECS/postprocessing.spec +++ b/SPECS/postprocessing.spec @@ -3,7 +3,7 @@ %define release 1 Name: %{srcname} -Version: 2.8.0 +Version: 3.0.0 Release: %{release}%{?dist} Summary: %{summary} diff --git a/environment.yml b/environment.yml index 1799df0..a7fe251 100644 --- a/environment.yml +++ b/environment.yml @@ -12,3 +12,4 @@ dependencies: - requests=2.25 - stomp.py=7 - h5py + - build diff --git a/pyproject.toml b/pyproject.toml index 9bffaf0..c8210c9 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 = "2.8.0" +version = "3.0.0" requires-python = ">=3.9" dependencies = [ "requests",