From 290cfa8ed932ac6614f2bc640d4b9dc9561be000 Mon Sep 17 00:00:00 2001 From: Douwe Schulte Date: Fri, 27 Oct 2023 16:59:48 +0200 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3da4236..c9cf4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyms" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "MIT" authors = ["Douwe Schulte "]