Skip to content

Commit

Permalink
Bump version to v0.1.1.
Browse files Browse the repository at this point in the history
This release only includes minor fixes to allow unit tests to check whether
optimizations are actually being applied when they should.
  • Loading branch information
ivilata committed Dec 4, 2023
1 parent 3da306f commit caa67d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
authors = [
{ name = "Ivan Vilata-i-Balaguer", email = "[email protected]" },
]
version = "0.1.1.dev0"
version = "0.1.1"
requires-python = ">= 3.2" # functools wrapping
dependencies = [
"blosc2 >= 2.3.0", # open schunk by offset
Expand Down

0 comments on commit caa67d5

Please sign in to comment.