Skip to content

Commit 4e8bdcf

Browse files
authored
0.0.6 release (#44)
* Update CHANGELOG.md * Update .bumpversion.cfg * Update pyproject.toml
1 parent 8fb8a7a commit 4e8bdcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
tag = True
44
commit = True
55

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning][].
88
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
1010

11-
## 0.0.6 (2022-10-27)
11+
## 0.0.6 (2022-10-25)
1212

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["hatchling"]
55

66
[project]
77
name = "scib-metrics"
8-
version = "0.0.5"
8+
version = "0.0.6"
99
description = "Accelerated and Python-only scIB metrics"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)