diff --git a/Cargo.toml b/Cargo.toml index d2a68e4..31ac2c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "fast-collections" description = "Blazing-fast collections you've been missing" authors = ["khabib73 "] -version = "0.0.0" +version = "0.0.1" edition = "2024" [features] diff --git a/pyproject.toml b/pyproject.toml index 4e0dcdd..fa4a281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fast-collections" -version = "0.0.0" +version = "0.0.1" description = "Blazing-fast collections you've been missing" requires-python = ">=3.8" readme = "README.md"