Skip to content

Commit

Permalink
fix version numbers for repo_level_ordering and fdedup
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <dawood@us.ibm.com>
  • Loading branch information
daw3rd committed Oct 4, 2024
1 parent 7636304 commit ebf7f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transforms/code/repo_level_ordering/transform.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ TRANSFORM_NAME=repo_level_order
#
# If you change the versions numbers, be sure to run "make set-versions" to
# update version numbers across the transform (e.g., pyproject.toml).
REPO_LVL_ORDER_RAY_VERSION=$(REPO_LEVEL_ORDER_PYTHON_VERSION)
REPO_LVL_ORDER_RAY_VERSION=$(DPK_VERSION)


2 changes: 1 addition & 1 deletion transforms/universal/fdedup/transform.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ TRANSFORM_NAME=fdedup
#
# If you change the versions numbers, be sure to run "make set-versions" to
# update version numbers across the transform (e.g., pyproject.toml).
FDEDUP_RAY_VERSION=$(_PYTHON_VERSION)
FDEDUP_RAY_VERSION=$(DPK_VERSION)

0 comments on commit ebf7f87

Please sign in to comment.