From eed4f05c562cf4e33b6a2b34ab8fd897878dbe5c Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Thu, 20 Jun 2024 12:24:16 +0300 Subject: [PATCH] Updated version information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c42b31a..2c56e98 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.3.2** (27 December, 2023). +The current version is **2.3.3** (20 June, 2024). ```xml org.jpmml pmml-sparkml - 2.3.2 + 2.3.3 ```