From ba7090db87b230653fd82f3f33eb5948f0020f6d Mon Sep 17 00:00:00 2001 From: Thijs Raymakers Date: Tue, 5 Apr 2022 14:44:59 +0200 Subject: [PATCH] Bump to version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 901757b..a7406ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coppers" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Coppers is a custom test harnass that measures the energy usage of your test suite." license = "Apache-2.0"