From 947636cf0a79a527f365314211d522e6020c884e Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 16 May 2024 17:53:41 +0200 Subject: [PATCH] chore: bump to v0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44e2f09..4a5d1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numf" -version = "0.3.1" +version = "0.3.2" edition = "2021" publish = true authors = ["Christoph J. Scherr "]