From 4f33f1518ec7bb4013a75453790864932f737ae2 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Fri, 10 Mar 2023 16:18:02 +0100 Subject: [PATCH] Release 0.9.1 ffsvm@0.9.1 Generated by cargo-workspaces --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96ba964..90d7859 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.0" +version = "0.9.1" repository = "https://github.com/ralfbiedert/ffsvm-rust" authors = ["Ralf Biedert "] readme = "README.md"