From ce5b6bc003c149abfabdf2a726842a61e7141d99 Mon Sep 17 00:00:00 2001 From: Charles Hubain Date: Tue, 4 Jul 2023 21:41:19 +0900 Subject: [PATCH] Bump version to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c6424e..7f8c13c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bva" -version = "0.1.1" +version = "0.2.0" authors = ["Charles Hubain "] edition = "2021" description = "bva is a crate for manipulating bit vectors and doing arithmetics on arbitrarily sized bit vectors."