Skip to content

Commit 1705c6d

Browse files
committed
Bump to v0.2.12 with varint~=1.0.2
1 parent 6435846 commit 1705c6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "numcodecs-combinators"
7-
version = "0.2.11"
7+
version = "0.2.12"
88
description = "Combinator codecs for the `numcodecs` buffer compression API"
99
readme = "README.md"
1010
license = "MPL-2.0"
@@ -13,7 +13,7 @@ dependencies = [
1313
"numcodecs>=0.13.0,<0.17",
1414
"numpy~=2.0",
1515
"typing-extensions~=4.6",
16-
"varint~=1.0",
16+
"varint~=1.0.2",
1717
]
1818
optional-dependencies.xarray = [ "xarray>=2024.06", "dask>=2024.6" ]
1919

0 commit comments

Comments
 (0)