Skip to content

Commit e87e6cb

Browse files
authored
v0.0.1 (#14)
* Update README.md * Update reinstall.sh * Update Makefile * Update version.py * Update AROS.ipynb
1 parent 842c6ab commit e87e6cb

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROS_VERSION := 0.0.1rc1
1+
AROS_VERSION := 0.0.1
22

33
dist:
44
python3 -m pip install virtualenv

Notebooks/AROS.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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": {

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

aros_node/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1rc1"
1+
__version__ = "0.0.1"

reinstall.sh

Lines changed: 1 addition & 1 deletion
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.1rc1
16+
VERSION=0.0.1
1717
echo "Upgrading to AROS v${VERSION}"
1818

1919
# Upgrade the build system (PEP517/518 compatible)

0 commit comments

Comments
 (0)