Skip to content

Commit

Permalink
Bumping to 0.2.6 (#64)
Browse files Browse the repository at this point in the history
* Bumping to 0.2.6

* update joss paper WF
  • Loading branch information
ASKabalan authored Mar 1, 2025
1 parent b0108f2 commit 8cb7905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/joss-paper-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# This should be the path to the paper within your repo.
paper-path: joss-paper/paper.md
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: paper
# This is the output path where Pandoc will write the compiled
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 @@ requires = ["scikit-build-core>=0.4.0", "pybind11>=2.9.0"]
build-backend = "scikit_build_core.build"
[project]
name = "jaxdecomp"
version = "0.2.5"
version = "0.2.6"
description = "JAX bindings for the cuDecomp library"
authors = [
{ name = "Wassim Kabalan" },
Expand Down

0 comments on commit 8cb7905

Please sign in to comment.