diff --git a/Makefile b/Makefile index 7a1cf55..a4ac573 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -AROS_VERSION := 0.0.1rc1 +AROS_VERSION := 0.0.1 dist: python3 -m pip install virtualenv diff --git a/Notebooks/AROS.ipynb b/Notebooks/AROS.ipynb index 06d2bbb..7d8ecb1 100644 --- a/Notebooks/AROS.ipynb +++ b/Notebooks/AROS.ipynb @@ -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": { diff --git a/README.md b/README.md index 4ed6195..fbda28d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/aros_node/version.py b/aros_node/version.py index 4abfd8a..f102a9c 100644 --- a/aros_node/version.py +++ b/aros_node/version.py @@ -1 +1 @@ -__version__ = "0.0.1rc1" +__version__ = "0.0.1" diff --git a/reinstall.sh b/reinstall.sh index 2beb55d..0e0e486 100755 --- a/reinstall.sh +++ b/reinstall.sh @@ -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)