Skip to content

Commit

Permalink
synchronize package versions in future releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Apr 25, 2024
1 parent 9c8046c commit fc264bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
--no-push \
--force-publish \
-y \
$1 \
"$1" \
) || exit 1

# bump dependency in jupyter-ai to rely on current version of jupyter-ai-magics
# -E : use extended regex to allow usage of `+` symbol
# -i '' : modify file in-place
sed -E -i '' "s/jupyter_ai_magics.=[0-9]+\.[0-9]+\.[0-9]+/jupyter_ai_magics==$1/" packages/jupyter-ai/pyproject.toml

0 comments on commit fc264bd

Please sign in to comment.