Skip to content

Commit

Permalink
Merge pull request #70 from Harvard-Neutrino/dev/version_bump
Browse files Browse the repository at this point in the history
Bump version to v0.0.2
  • Loading branch information
austinschneider authored Jun 5, 2024
2 parents c02f1b4 + f26b22f commit 30cf815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [macos-13, macos-14]
py: [cp38, cp39, cp311, cp312]
py: [cp38, cp39, cp310, cp311, cp312]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -40,9 +40,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
py: [cp38, cp39, cp311, cp312]
py: [cp38, cp39, cp310, cp311, cp312]
image: [manylinux, musllinux]
arch: [x86_64, i686, aarch64, ppc64le, s390x]
arch: [x86_64, aarch64]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH:$DYLD_LIBRARY_PATH delocate-wheel --requi

[project]
name = "siren"
version = "0.0.1"
version = "0.0.2"
description = "Sampling and Injection for Rare EveNts: A neutrino and rare-process injection toolkit"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 30cf815

Please sign in to comment.