From 31b5b8a5c2cab96ad284cd9e4c364c575696d6ee Mon Sep 17 00:00:00 2001 From: Andy <91694574+DunnAnDusted@users.noreply.github.com> Date: Thu, 15 Dec 2022 16:55:42 +0000 Subject: [PATCH] chore(Cargo.toml): Bump version number (#38) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbf24f6..10ab90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_gen" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "A comprehensive function-like macro, for concisely defining parameterized tests." authors = ["Andy "]