From bd4259dd75bb69708d4c4186b947cd097c443c48 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Wed, 14 Sep 2022 23:04:02 +0800 Subject: [PATCH] pre-release: 0.2.1-dev.1 --- 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 4462bf0..bc38661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "fastcrc" -version = "0.2.1-dev.0" +version = "0.2.1-dev.1" dependencies = [ "crc", "paste 1.0.9", diff --git a/Cargo.toml b/Cargo.toml index a1d5f14..f555191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastcrc" -version = "0.2.1-dev.0" +version = "0.2.1-dev.1" 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 c218c24..e1ea72d 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.0" +__version__ = "0.2.1-dev.1" __author__ = "overcat" __author_email__ = "4catcode@gmail.com" __license__ = "MIT License"