Skip to content

Commit

Permalink
Bump to v0.1.9 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubospica authored Jan 8, 2025
1 parent 937f3c4 commit fdf8d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/xgrammar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# ---------------------------------------------------

__version__ = "0.1.5"
__version__ = "0.1.9"
PROJ_ROOT = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))


Expand Down
4 changes: 2 additions & 2 deletions scripts/release_new_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ if [ -z "$1" ]; then
exit 1
fi

# Fetch and checkout main branch
git fetch origin main
git checkout FETCH_HEAD
git commit -m "Tag $1" --allow-empty
git checkout main
git tag $1 HEAD
git push origin $1

0 comments on commit fdf8d6d

Please sign in to comment.