From 7e09d6e46cfdb6c9e411273ccbba163159c93a33 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Thu, 15 Sep 2022 20:28:17 +0800 Subject: [PATCH] pre-release: 0.2.1-dev.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- fastcrc/__info__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f060f7..a65d092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff" [[package]] name = "fastcrc" -version = "0.2.1-dev.7" +version = "0.2.1-dev.8" dependencies = [ "crc", "paste 1.0.9", diff --git a/Cargo.toml b/Cargo.toml index 8d1e8cd..6cb54b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastcrc" -version = "0.2.1-dev.7" +version = "0.2.1-dev.8" authors = ["overcat <4catcode@gmail.com>"] edition = "2018" description = "A hyper-fast Python module for computing CRC(16, 32, 64) checksum" diff --git a/fastcrc/__info__.py b/fastcrc/__info__.py index b44637c..e4f729a 100644 --- a/fastcrc/__info__.py +++ b/fastcrc/__info__.py @@ -2,7 +2,7 @@ __description__ = "A hyper-fast Python module for computing CRC(16, 32, 64) checksum" __url__ = "https://github.com/overcat/fastcrc" __issues__ = f"{__url__}/issues" -__version__ = "0.2.1-dev.7" +__version__ = "0.2.1-dev.8" __author__ = "overcat" __author_email__ = "4catcode@gmail.com" __license__ = "MIT License"