Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AROS_VERSION := 0.0.1rc1
AROS_VERSION := 0.0.1

dist:
python3 -m pip install virtualenv
Expand Down
2 changes: 1 addition & 1 deletion Notebooks/AROS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cell_type": "code",
"source": [
"!pip install git+https://github.com/RobustBench/robustbench.git\n",
"!pip install aros-node==0.0.1rc1"
"!pip install aros-node"
],
"metadata": {
"colab": {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


[![PyPI version](https://badge.fury.io/py/aros-node.svg)](https://badge.fury.io/py/aros-node)
[![PyPI Downloads](https://static.pepy.tech/badge/aros-node)](https://pepy.tech/projects/aros-node)
![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-purple)
[![Paper](https://badgen.net/badge/icon/arXiv?icon=awesome&label&color=orange&style=flat-square)](https://arxiv.org/abs/2410.10744)

Expand Down
2 changes: 1 addition & 1 deletion aros_node/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1rc1"
__version__ = "0.0.1"
2 changes: 1 addition & 1 deletion reinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -e # abort on error
pip uninstall -y aros-node

# Get version
VERSION=0.0.1rc1
VERSION=0.0.1
echo "Upgrading to AROS v${VERSION}"

# Upgrade the build system (PEP517/518 compatible)
Expand Down