diff --git a/Cargo.lock b/Cargo.lock index 3e14759..bcc0eb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "measurement" -version = "0.1.1" +version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index 27496af..e3db090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "measurement" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["Luca Lewin "] license = "MIT OR Apache-2.0"