Skip to content

Commit

Permalink
0.0.6 release (#44)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update .bumpversion.cfg

* Update pyproject.toml
  • Loading branch information
adamgayoso authored Oct 25, 2022
1 parent 8fb8a7a commit 4e8bdcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.0.6
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## 0.0.6 (2022-10-27)
## 0.0.6 (2022-10-25)

- Reimplement silhouette in a memory constant way, pdist using lax scan ([#42][])

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]

[project]
name = "scib-metrics"
version = "0.0.5"
version = "0.0.6"
description = "Accelerated and Python-only scIB metrics"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 4e8bdcf

Please sign in to comment.