From caa67d5d9feb49b637280ff42f7b5515248baf8e Mon Sep 17 00:00:00 2001 From: Ivan Vilata-i-Balaguer Date: Mon, 4 Dec 2023 18:12:04 +0100 Subject: [PATCH] Bump version to v0.1.1. This release only includes minor fixes to allow unit tests to check whether optimizations are actually being applied when they should. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08bf2ec..63463b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ authors = [ { name = "Ivan Vilata-i-Balaguer", email = "ivan@selidor.net" }, ] -version = "0.1.1.dev0" +version = "0.1.1" requires-python = ">= 3.2" # functools wrapping dependencies = [ "blosc2 >= 2.3.0", # open schunk by offset