Skip to content

Commit 599e021

Browse files
committed
- 6.1.0 update readme
1 parent 0035135 commit 599e021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ KMeans. Additionally there is a fair share of graphical tools and linear algebra
5151

5252
## Installation
5353

54-
Last published release on maven central is 6.0.0
54+
Last published release on maven central is 6.1.0
5555

5656
<dependency>
5757
<groupId>io.github.padreati</groupId>
5858
<artifactId>rapaio-core</artifactId>
59-
<version>6.0.0</version>
59+
<version>6.1.0</version>
6060
</dependency>
6161

6262
The best way for exploration is through jupyter / jupyter-lab notebooks. This is excellent for experimenting with interactive notebooks or
6363
to document the ideas you are working on. You have to install `jupyter` / `jupyter-lab` and `rapaio-jupyter-kernel` kernel.
6464
For more information you can follow the instruction from
6565
[Rapaio Jupyter Kernel](https://github.com/padreati/rapaio-jupyter-kernel#installation).
6666

67-
%dependency /add io.github.padreati:rapaio-core:6.0.0
67+
%dependency /add io.github.padreati:rapaio-core:6.1.0
6868
%dependency /resolve
6969

7070
## Acknowledgements

0 commit comments

Comments
 (0)