Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeerArsala committed Oct 2, 2024
1 parent b62d910 commit 7a42517
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ranlibx"
version = "0.0.25"
version = "0.0.29"
description = "Global interface for RAN"
authors = [{ name = "Ameer Arsala", email = "[email protected]" }]
readme = "README.md"
Expand Down
4 changes: 3 additions & 1 deletion scripts/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ git add pixi.lock

version=$(python3 scripts/helpers/read-version.py)

git tag "v$version"
git commit -m "[UPDATE] v$version"

# Must happen after or else will point to a previous commit
git tag "v$version"

0 comments on commit 7a42517

Please sign in to comment.