We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661f771 commit d66946dCopy full SHA for d66946d
py/numcodecs-wasm/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "numcodecs-wasm"
3
-version = "0.1.1+wasi0.2.3"
+version = "0.1.2+wasi0.2.3"
4
edition = { workspace = true }
5
authors = { workspace = true }
6
repository = { workspace = true }
py/numcodecs-wasm/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "numcodecs_wasm"
7
-version = "0.1.1" # wasi 0.2.3
+version = "0.1.2" # wasi 0.2.3
8
description = "numcodecs compression for codecs compiled to WebAssembly"
9
10
authors = [{ name = "Juniper Tyree", email = "[email protected]" }]
0 commit comments