Skip to content

Commit 893844d

Browse files
author
Ian
committed
updated README file
1 parent ddb568b commit 893844d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AnnData-Memory
22

3-
![Version](https://img.shields.io/badge/version-1.0.0-blue)
3+
![Version](https://img.shields.io/badge/version-1.0.1-blue)
44
[![License](https://img.shields.io/badge/license-BSD--3--Clause-green)](LICENSE.md)
55

66
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`:
3131

3232
```toml
3333
[dependencies]
34-
anndata-memory = "1.0.0"
34+
anndata-memory = "1.0.1"
3535
```
3636

3737
## Usage

0 commit comments

Comments
 (0)