Skip to content

Commit d4de88e

Browse files
authored
011 release (#72)
* Update .bumpversion.cfg * Update pyproject.toml * Update CHANGELOG.md
1 parent 20bfaa7 commit d4de88e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bumpversion.cfg

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

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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.1.1 (2022-01-04)
12+
13+
- Add new tutorial and fix scalability of lisi ([#71][])
14+
15+
[#71]: https://github.com/YosefLab/scib-metrics/pull/71
16+
1117
## 0.1.0 (2022-01-03)
1218

1319
- Add benchmarking pipeline with plotting ([#52][] and [#69][])

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.1.0"
8+
version = "0.1.1"
99
description = "Accelerated and Python-only scIB metrics"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)