From ff8416faf9de4fb4bdfc6673ac92b512d39dc675 Mon Sep 17 00:00:00 2001 From: nTrouvain Date: Tue, 17 May 2022 14:00:41 +0200 Subject: [PATCH] Bump version in README v0.3.3->v0.3.4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fd4f62..b8beea7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Testing](https://github.com/reservoirpy/reservoirpy/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/reservoirpy/reservoirpy/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/reservoirpy/reservoirpy/branch/master/graph/badge.svg?token=JC8R1PB5EO)](https://codecov.io/gh/reservoirpy/reservoirpy) -# ReservoirPy (v0.3.3) 🌀🧠 +# ReservoirPy (v0.3.4) 🌀🧠 **Simple and flexible code for Reservoir Computing architectures like Echo State Networks (ESN).** @@ -64,7 +64,7 @@ pip install reservoirpy or ```bash -pip install reservoirpy==0.3.3 +pip install reservoirpy==0.3.4 ``` If you want to run the Python Notebooks of the _turorials_ folder, install the packages in requirements file (warning: this may downgrade the version of hyperopt installed):