Skip to content

Commit f989085

Browse files
authored
Update reinstall.sh
1 parent da44c48 commit f989085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reinstall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e # abort on error
1313
pip uninstall -y aros-node
1414

1515
# Get version
16-
VERSION=0.0.1
16+
VERSION=0.0.1rc1
1717
echo "Upgrading to AROS v${VERSION}"
1818

1919
# Upgrade the build system (PEP517/518 compatible)
@@ -22,4 +22,4 @@ python3 -m pip install --upgrade build
2222
python3 -m build --sdist --wheel .
2323

2424
# Reinstall the package with most recent version
25-
pip install --upgrade --no-cache-dir "dist/aros_node-${VERSION}-py3-none-any.whl"
25+
pip install --upgrade --no-cache-dir "dist/aros_node-${VERSION}-py3-none-any.whl"

0 commit comments

Comments
 (0)