Update version number to 0.9.4

This commit is contained in:
2023-04-25 16:58:23 +02:00
parent 3ed491cd34
commit 17a66858f8
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ git clone --recurse-submodules https://github.com/doctorado-ml/FImdlp.git
```bash ```bash
pip install -e . pip install -e .
python samples/sample.py iris python samples/sample.py iris
python samples/sample.py iris --alternative python samples/sample.py iris -c 2
python samples/sample.py -h # for more options python samples/sample.py -h # for more options
``` ```
@@ -35,8 +35,8 @@ python samples/sample.py -h # for more options
cd samples cd samples
cmake -B build cmake -B build
cd build cd build
make sample make
./sample -f iris ./sample -f iris -c 2
./sample -h ./sample -h
``` ```

View File

@@ -1 +1 @@
__version__ = "0.9.3" __version__ = "0.9.4"