Skip to content

Commit d66946d

Browse files
committed
Bump numcodecs-wasm to v0.1.2
1 parent 661f771 commit d66946d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py/numcodecs-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numcodecs-wasm"
3-
version = "0.1.1+wasi0.2.3"
3+
version = "0.1.2+wasi0.2.3"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
repository = { workspace = true }

py/numcodecs-wasm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "numcodecs_wasm"
7-
version = "0.1.1" # wasi 0.2.3
7+
version = "0.1.2" # wasi 0.2.3
88
description = "numcodecs compression for codecs compiled to WebAssembly"
99

1010
authors = [{ name = "Juniper Tyree", email = "[email protected]" }]

0 commit comments

Comments
 (0)