We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb568b commit 893844dCopy full SHA for 893844d
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# AnnData-Memory
2
3
-
+
4
[](LICENSE.md)
5
6
A high-performance, thread-safe, in-memory implementation of the AnnData data structure for the SingleRust ecosystem.
@@ -31,7 +31,7 @@ Add AnnData-Memory to your `Cargo.toml`:
31
32
```toml
33
[dependencies]
34
-anndata-memory = "1.0.0"
+anndata-memory = "1.0.1"
35
```
36
37
## Usage
0 commit comments