diff --git a/Cargo.toml b/Cargo.toml index 1d64fbd..523abbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinybitset" description = "Generic implementation of small, fixed size, copyable bitsets" -version = "0.1.0" +version = "0.0.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/moia-oss/tinybitset"