Skip to content

Commit

Permalink
update version number and add back dependency needed for RPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Jan 23, 2024
1 parent bbd14b2 commit cd1a2b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SPECS/postprocessing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define release 1

Name: %{srcname}
Version: 2.8.0
Version: 3.0.0
Release: %{release}%{?dist}
Summary: %{summary}

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dependencies:
- requests=2.25
- stomp.py=7
- h5py
- build
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cd1a2b7

Please sign in to comment.