From 378e3d7fd27d2b5aceafb92e4b79b83bf329e120 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 13 May 2024 16:34:08 +0200 Subject: [PATCH] chore: bump to v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db74a72..115d6a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numf" -version = "0.2.0" +version = "0.3.0" edition = "2021" publish = true authors = ["Christoph J. Scherr "]