Skip to content

Commit

Permalink
REL v24.04.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Apr 11, 2024
1 parent fd2ca57 commit 4722fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function sed_runner() {
sed -i.bak ''"$1"'' $2 && rm -f ${2}.bak
}

sed_runner "s/^version = .*/version = \"${NEXT_FULL_TAG}a0\"/" pip/rapids-dask-dependency/pyproject.toml
sed_runner "s/^version = .*/version = \"${NEXT_FULL_TAG}a0\"/" pyproject.toml

for FILE in .github/workflows/*.yaml; do
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = [

[project]
name = "rapids-dask-dependency"
version = "24.04.00a0"
version = "24.04.01a0"
description = "Dask and Distributed version pinning for RAPIDS"
dependencies = [
"dask==2024.1.1",
Expand Down

0 comments on commit 4722fff

Please sign in to comment.