From 1d4680fbbc72f8675fe3972259f8303116d50cf2 Mon Sep 17 00:00:00 2001 From: Khabib <136262760+Khabib73@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:39:33 +0300 Subject: [PATCH] Release v.0.0.1 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"