From 63a603645ff847da23f51f8a7ca6326cecd5790c Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Wed, 23 Oct 2024 19:15:27 +0800 Subject: [PATCH] release: 0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 925dfb3..c185c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastcrc" -version = "0.3.0" +version = "0.3.2" requires-python = ">=3.7" readme = "README.rst" description = "A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum"