File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.5
2
+ current_version = 0.0.6
3
3
tag = True
4
4
commit = True
5
5
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning][].
8
8
[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
9
9
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
10
10
11
- ## 0.0.6 (2022-10-27 )
11
+ ## 0.0.6 (2022-10-25 )
12
12
13
13
- Reimplement silhouette in a memory constant way, pdist using lax scan ([ #42 ] [ ] )
14
14
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = ["hatchling"]
5
5
6
6
[project ]
7
7
name = " scib-metrics"
8
- version = " 0.0.5 "
8
+ version = " 0.0.6 "
9
9
description = " Accelerated and Python-only scIB metrics"
10
10
readme = " README.md"
11
11
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments