From 17b0c9b662bc7a34668a8eb2d398391e5accac03 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Tue, 24 Sep 2024 14:04:03 +0200 Subject: [PATCH] Set next pre-release version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f1f09b7..9d14306a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cramjam-python" -version = "2.8.4-rc5" +version = "2.8.4-rc4" authors = ["Miles Granger "] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index 9f4c395d..fa482fa7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Available algorithms: - [X] ZSTD           `cramjam.zstd` - [X] XZ / LZMA  `cramjam.xz` - [X] Blosc2        `cramjam.experimental.blosc2` -- [X] IGzip         `cramjam.experimental.igzip` (only on 64-bit targets) +- [X] IGzip          `cramjam.experimental.igzip` (only on 64-bit targets) All available for use as: