From f30159021a06131eb4d49b97e0e04d7ade8a7dce Mon Sep 17 00:00:00 2001 From: Renar Narubin Date: Tue, 19 Apr 2022 14:54:30 -0700 Subject: [PATCH] Patch version for docs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a04696..b115b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast_fp" -version = "0.1.2" +version = "0.1.3" authors = ["Renar Narubin "] edition = "2018" description = "Floating point fast-math optimizations"