Skip to content

Commit cfa054d

Browse files
committed
Bump to v0.1.1 with varint~=1.0.2
1 parent 23a16b8 commit cfa054d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![image](https://img.shields.io/github/actions/workflow/status/juntyr/numcodecs-zero/ci.yml?branch=main)](https://github.com/juntyr/numcodecs-zero/actions/workflows/ci.yml?query=branch%3Amain)
22
[![image](https://img.shields.io/pypi/v/numcodecs-zero.svg)](https://pypi.python.org/pypi/numcodecs-zero)
33
[![image](https://img.shields.io/pypi/l/numcodecs-zero.svg)](https://github.com/juntyr/numcodecs-zero/blob/main/LICENSE)
4-
[![image](https://img.shields.io/pypi/pyversions/numcodecs-zero.svg)](https://pypi.python.org/pypi/numcodecs-zero)
4+
[![image](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fjuntyr%2Fnumcodecs-zero%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://pypi.python.org/pypi/numcodecs-zero)
55
[![image](https://readthedocs.org/projects/numcodecs-zero/badge/?version=latest)](https://numcodecs-zero.readthedocs.io/en/latest/?badge=latest)
66

77
# numcodecs-zero

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![image](https://img.shields.io/github/actions/workflow/status/juntyr/numcodecs-zero/ci.yml?branch=main)](https://github.com/juntyr/numcodecs-zero/actions/workflows/ci.yml?query=branch%3Amain)
22
[![image](https://img.shields.io/pypi/v/numcodecs-zero.svg)](https://pypi.python.org/pypi/numcodecs-zero)
33
[![image](https://img.shields.io/pypi/l/numcodecs-zero.svg)](https://github.com/juntyr/numcodecs-zero/blob/main/LICENSE)
4-
[![image](https://img.shields.io/pypi/pyversions/numcodecs-zero.svg)](https://pypi.python.org/pypi/numcodecs-zero)
4+
[![image](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fjuntyr%2Fnumcodecs-zero%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://pypi.python.org/pypi/numcodecs-zero)
55
[![image](https://readthedocs.org/projects/numcodecs-zero/badge/?version=latest)](https://numcodecs-zero.readthedocs.io/en/latest/?badge=latest)
66

77
# numcodecs-zero

pyproject.toml

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

55
[project]
66
name = "numcodecs-zero"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Zero codec for the `numcodecs` buffer compression API"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = "MPL-2.0"
1111
requires-python = ">=3.10"
1212
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

1919
[dependency-groups]

0 commit comments

Comments
 (0)