We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da44c48 commit f989085Copy full SHA for f989085
reinstall.sh
@@ -13,7 +13,7 @@ set -e # abort on error
13
pip uninstall -y aros-node
14
15
# Get version
16
-VERSION=0.0.1
+VERSION=0.0.1rc1
17
echo "Upgrading to AROS v${VERSION}"
18
19
# Upgrade the build system (PEP517/518 compatible)
@@ -22,4 +22,4 @@ python3 -m pip install --upgrade build
22
python3 -m build --sdist --wheel .
23
24
# Reinstall the package with most recent version
25
-pip install --upgrade --no-cache-dir "dist/aros_node-${VERSION}-py3-none-any.whl"
+pip install --upgrade --no-cache-dir "dist/aros_node-${VERSION}-py3-none-any.whl"
0 commit comments