From bbb78b37eed55f05cda322e553815f4090c5c5f1 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Sun, 25 Aug 2024 21:56:04 +0200 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebee278..4fb6baf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ffsvm" description="A libSVM compatible support vector machine, but up to 10x faster, for games or VR." -version = "0.9.2" +version = "0.10.0" repository = "https://github.com/ralfbiedert/ffsvm-rust" authors = ["Ralf Biedert "] readme = "README.md"