Skip to content

Commit

Permalink
update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PasaOpasen committed Dec 27, 2023
1 parent 4417c0b commit 09992a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ wheel:
wheel-push:
bash wheel-push.sh

pypi: wheel wheel-push
pypi-package: wheel wheel-push


tag:
bash tag.sh

release:
bash increase-version.sh
make pypi
make pypi-package
git add .
git commit -m 'update to $(shell cat version.txt)'
git push
Expand Down
2 changes: 1 addition & 1 deletion increase-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ post="${v##*.}"

(( post += 1 ))

echo "$pre.$post" > version.txt
echo -n "$pre.$post" > version.txt

3 changes: 0 additions & 3 deletions pypi

This file was deleted.

2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 09992a6

Please sign in to comment.