File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- AROS_VERSION := 0.0.1rc1
1+ AROS_VERSION := 0.0.1
22
33dist :
44 python3 -m pip install virtualenv
Original file line number Diff line number Diff line change 4242 "cell_type" : " code" ,
4343 "source" : [
4444 " !pip install git+https://github.com/RobustBench/robustbench.git\n " ,
45- " !pip install aros-node==0.0.1rc1 "
45+ " !pip install aros-node"
4646 ],
4747 "metadata" : {
4848 "colab" : {
Original file line number Diff line number Diff line change 22
33
44[ ![ PyPI version] ( https://badge.fury.io/py/aros-node.svg )] ( https://badge.fury.io/py/aros-node )
5+ [ ![ PyPI Downloads] ( https://static.pepy.tech/badge/aros-node )] ( https://pepy.tech/projects/aros-node )
56![ License: Apache 2.0] ( https://img.shields.io/badge/License-Apache_2.0-purple )
67[ ![ Paper] ( https://badgen.net/badge/icon/arXiv?icon=awesome&label&color=orange&style=flat-square )] ( https://arxiv.org/abs/2410.10744 )
78
Original file line number Diff line number Diff line change 1- __version__ = "0.0.1rc1 "
1+ __version__ = "0.0.1 "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -e # abort on error
1313pip uninstall -y aros-node
1414
1515# Get version
16- VERSION=0.0.1rc1
16+ VERSION=0.0.1
1717echo " Upgrading to AROS v${VERSION} "
1818
1919# Upgrade the build system (PEP517/518 compatible)
You can’t perform that action at this time.
0 commit comments