From 85729f4370bf375e36efb2dbddcd569a53203964 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Fri, 25 Nov 2022 14:02:24 -0800 Subject: [PATCH] Bump bitshuffle version number --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6ea1d1c..b8ca9cf 100644 --- a/setup.py +++ b/setup.py @@ -18,8 +18,8 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 4 -VERSION_POINT = 2 +VERSION_MINOR = 5 +VERSION_POINT = 1 # Define ZSTD macro for cython compilation default_options["compile_time_env"] = {"ZSTD_SUPPORT": False}