From dcbd58d08d58e84e302b850572100d466589afe1 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Mon, 10 Feb 2025 10:47:01 +0200 Subject: [PATCH] Updated version information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 841b5cb..14a28cb 100644 --- a/README.md +++ b/README.md @@ -149,13 +149,13 @@ Java library and command-line application for converting Apache Spark ML pipelin JPMML-SparkML library JAR file (together with accompanying Java source and Javadocs JAR files) is released via [Maven Central Repository](https://repo1.maven.org/maven2/org/jpmml/). -The current version is **2.0.5** (2 January, 2025). +The current version is **2.0.6** (10 February, 2025). ```xml org.jpmml pmml-sparkml - 2.0.5 + 2.0.6 ```