Skip to content

Commit

Permalink
quick fix for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Nov 21, 2023
1 parent 64160a1 commit 7982ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:

- name: Commit files
run: |
cd sed-processor
git config --local user.email "bump[bot]@users.noreply.github.com"
git config --local user.name "bump[bot]"
git add sed-processor/pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sed-processor"
packages = [
{include = "sed"}
]
version = "0.1.6a3"
version = "0.1.6a4"
description = "Single Event Data Frame Processor: Backend to handle photoelectron resolved datastreams"
authors = ["OpenCOMPES team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7982ed4

Please sign in to comment.