Skip to content

Commit

Permalink
Update release to 1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
vche committed Jan 23, 2024
1 parent ce51e4a commit f3b135f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ if [ $? -ne 0 ]; then
exit 1
fi

echo "--> Publish $1 release to pypi"
python3 -m twine upload --repository pycliarr dist/pycliarr-$1*
# echo "--> Publish $1 release to pypi"
# python3 -m twine upload --repository pycliarr dist/pycliarr-$1*
2 changes: 1 addition & 1 deletion src/pycliarr/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.24"
__version__ = "1.0.25"

0 comments on commit f3b135f

Please sign in to comment.