Skip to content

Commit d1a3c49

Browse files
authored
Merge pull request #1607 from AndreaCossu/master
Started development version for 0.5.0a
2 parents 6921838 + 6cc29c0 commit d1a3c49

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

avalanche/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from avalanche import training
66

77

8-
__version__ = "0.5.0"
8+
__version__ = "0.5.0a"
99

1010
_dataset_add = None # type: ignore
1111

docs/release_process.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Place yourself in the Avalanche project directory.
1717

1818
4. After uploading to test.pypi, install the package in a fresh environment with
1919
```bash
20-
python -m pip install --extra-index-url https://pypi.python.org/simple -i https://test.pypi.org/simple/ avalanche-lib`
20+
python -m pip install --extra-index-url https://pypi.python.org/simple -i https://test.pypi.org/simple/ avalanche-lib
2121
```
2222
The `--extra-index-url` is required to install dependencies from pypi and not from test.pypi where they are not all available.
2323

@@ -32,4 +32,6 @@ For GitBook, create a copy of the current space. The copy will not be synced wit
3232
still be synced. To make the copied collection the default one:
3333
1. rename the copied collection with a new name in the main Avalanche project and move it accordingly to preserve the order
3434
2. publish the copied collection as `in collection` by entering the collection, the option is the button on top of the page
35-
3. in the main Avalanche project on Gitbook click on the option in the top right and customize the collection. The copied collection should appear in a dropdown menu to make it default
35+
3. in the main Avalanche project on Gitbook click on the option in the top right and customize the collection. The copied collection should appear in a dropdown menu to make it default
36+
37+
7. Change __init__.py version by adding a 'a' suffix and push the new changes (this will be the first commit of the dev version).

0 commit comments

Comments
 (0)