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