Skip to content

Commit

Permalink
Bump 0.4.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarevalo authored Mar 7, 2024
1 parent 200d24d commit de37b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Find pairs and compute metrics between them.
## Installation

```bash
pip install git+https://github.com/cytomining/[email protected].0
pip install git+https://github.com/cytomining/[email protected].1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "copairs"
version = "0.4.0"
version = "0.4.1"
description = "Find pairs and compute metrics between them"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit de37b93

Please sign in to comment.