From a1625d978da67d99043675d18e6ca02a4ca0a7b3 Mon Sep 17 00:00:00 2001 From: AndreaCossu Date: Tue, 13 Dec 2022 16:46:32 -0800 Subject: [PATCH] Added version 0.3.0 in init --- avalanche/__init__.py | 2 +- docs/release_process.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avalanche/__init__.py b/avalanche/__init__.py index 006f9ad36..3598da920 100644 --- a/avalanche/__init__.py +++ b/avalanche/__init__.py @@ -5,7 +5,7 @@ from avalanche import training -__version__ = "0.2.0a" +__version__ = "0.3.0" _dataset_add = None diff --git a/docs/release_process.md b/docs/release_process.md index 2d1ae617c..9589ecfd2 100644 --- a/docs/release_process.md +++ b/docs/release_process.md @@ -5,7 +5,7 @@ Place yourself in the Avalanche project directory. 1. Create the release statement with the new candidate tag version -2. Change the version in avalanche/__init__.py +2. Change the version in avalanche/__init__.py and in the notebooks. 3. Execute the following commands via bash: ```bash