Skip to content

Commit

Permalink
Fixed version echo
Browse files Browse the repository at this point in the history
  • Loading branch information
timotta committed May 1, 2024
1 parent 05043f1 commit c50e614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ beautify:

build:
pip install build
echo $(VERSION) > VERSION
echo "$(VERSION)" > VERSION
python -m build -s

0 comments on commit c50e614

Please sign in to comment.