Skip to content

Commit

Permalink
avoid creating backup file
Browse files Browse the repository at this point in the history
  • Loading branch information
sibson committed Dec 22, 2023
1 parent d29b79e commit 4778802
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 @@ -8,7 +8,7 @@ version:
version-%: OLDVERSION:=$(shell python setup.py --version)
version-%: NEWVERSION=$(subst -,.,$*)
version-%:
sed -i -e s/$(OLDVERSION)/$(NEWVERSION)/ $(VERSION_FILE)
sed -i '' -e s/$(OLDVERSION)/$(NEWVERSION)/ $(VERSION_FILE)
git ci setup.py -m"bump version to $*"

lint:
Expand Down

0 comments on commit 4778802

Please sign in to comment.